Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaBeta1906 committed Jun 4, 2021
1 parent 77fd6b1 commit d4c3c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_set_token_command():
def test_version_output():
result = runner.invoke(main.pyGinit,["--version"] )
assert result.exit_code == 0
assert '0.1.3' in result.output
assert '0.1.5' in result.output



Expand Down

0 comments on commit d4c3c44

Please sign in to comment.