Skip to content

Commit

Permalink
Add issue #237 fix for test failing in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Michionlion committed Sep 13, 2021
1 parent 7486454 commit cc1910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_no_arguments_incorrect_system_exit(capsys):
# standard error has two lines from pytest
assert "usage:" in captured.err
counted_newlines = captured.err.count("\n")
assert counted_newlines == 2
assert counted_newlines >= 2


def test_no_arguments_incorrect_system_exit_not_verified(capsys):
Expand Down

0 comments on commit cc1910a

Please sign in to comment.