Skip to content

Commit b122da8

Browse files
committed
Update test-helloworld.py
test-helloworld.py: added missing newline in assert
1 parent c718e57 commit b122da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cli/test-helloworld.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_addon_relative_path():
7373
filename = os.path.join(prjpath, 'main.c')
7474
assert ret == 0
7575
assert stdout == ('Checking %s ...\n'
76-
'Checking %s: SOME_CONFIG...' % (filename, filename))
76+
'Checking %s: SOME_CONFIG...\n' % (filename, filename))
7777
assert stderr == ('[%s:5]: (error) Division by zero.\n'
7878
'[%s:1]: (style) misra violation (use --rule-texts=<file> to get proper output)\n' % (filename, filename))
7979

0 commit comments

Comments
 (0)