Skip to content

Commit

Permalink
satisfy pylama
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Nov 21, 2023
1 parent 248238b commit 028ab94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def create_future():
assert len(pending) == 10

for task in pending:
assert type(task) == asyncio.Future
assert type(task) is asyncio.Future
assert task.done()

with pytest.raises(asyncio.CancelledError):
Expand Down

0 comments on commit 028ab94

Please sign in to comment.