Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Sep 4, 2023
1 parent 80196ef commit c4e8fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_run_command_without_arguments(main_runner):
print(repr(result.stderr))
print(repr(f'usage: instld python_file.py [argv ...]{os.linesep}'))
print(result.stderr == f'usage: instld python_file.py [argv ...]{os.linesep}')
assert result.stderr == f'usage: instld python_file.py [argv ...]{os.linesep}'
assert result.stderr == f'usage: instld python_file.py [argv ...]\n'


def test_run_command_with_arguments(main_runner):
Expand Down

0 comments on commit c4e8fa7

Please sign in to comment.