Skip to content

Commit

Permalink
fix test for 0 args call
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Jul 9, 2020
1 parent 3aff3b9 commit 76a0c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/src/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_cmd_missing():
runner = CliRunner()
result = runner.invoke(main.cli)
assert result.exit_code == 0
assert result.exit_code == 2
@cli
Expand Down

0 comments on commit 76a0c41

Please sign in to comment.