Skip to content

Commit 36106a7

Browse files
committed
Update expected resulsts for tests
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent be41969 commit 36106a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_cliutils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def mycli():
3939
result = runner.invoke(mycli)
4040
assert result.exit_code == 0
4141
expected = '''Start
42+
xyz
4243
End
4344
'''
4445
assert expected == result.output

0 commit comments

Comments
 (0)