Skip to content

Commit

Permalink
== False -> is False
Browse files Browse the repository at this point in the history
  • Loading branch information
grampajoe committed Feb 16, 2015
1 parent 0e717b3 commit 0548ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Expand Up @@ -151,7 +151,7 @@ def test_down_no_app(delete, runner):
with runner.isolated_filesystem():
result = runner.invoke(cli, ['down'])

assert delete.called == False
assert delete.called is False
assert result.exit_code == 1


Expand Down

0 comments on commit 0548ad8

Please sign in to comment.