Skip to content

Commit

Permalink
Fix SyntaxWarning in test over literal comparison.
Browse files Browse the repository at this point in the history
  • Loading branch information
tirkarthi committed Dec 19, 2019
1 parent 6944450 commit 4907043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def cli():

with cli.make_context('foo', []) as ctx:
rv = cli.invoke(ctx)
assert rv is 42
assert rv == 42


def test_basic_group(runner):
Expand Down

0 comments on commit 4907043

Please sign in to comment.