Skip to content

Commit

Permalink
Update test suite for release version
Browse files Browse the repository at this point in the history
  • Loading branch information
waveform80 committed Aug 7, 2024
1 parent 2b2cb1d commit c3db9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_help(capsys):
main(['--version'])
assert err.value.code == 0
capture = capsys.readouterr()
assert capture.out.strip() == '2.0'
assert capture.out.strip() == '3.0'

with pytest.raises(SystemExit) as err:
main(['--help'])
Expand Down

0 comments on commit c3db9ec

Please sign in to comment.