Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrprompt committed Sep 19, 2020
1 parent 811dae7 commit 014c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

def test_cli_count():
runner = CliRunner()
result = runner.invoke(cli, ['./', '*P.jpg', 'output.jpg'])
result = runner.invoke(cli, ['./'])
assert result.exit_code == 0
assert result.output == "- Reading captures\n- Nothing to do\n"

0 comments on commit 014c0ed

Please sign in to comment.