Skip to content

Commit

Permalink
Merge pull request pallets#1445 from tirkarthi/fix-syntax-warning
Browse files Browse the repository at this point in the history
Fix SyntaxWarning in test over literal comparison.
  • Loading branch information
jab committed Dec 19, 2019
2 parents 6944450 + 4907043 commit 6c454c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.py
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 6c454c8

Please sign in to comment.