Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kristjanvalur committed May 3, 2023
1 parent 837b554 commit 447c732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_asyncio/test_cwe_404.py
Expand Up @@ -171,8 +171,8 @@ async def op(pipe):
with pytest.raises(asyncio.CancelledError):
await t

# we have now cancelled the pieline in the middle of a request, make sure
# that the connection is still usable
# we have now cancelled the pieline in the middle of a request,
# make sure that the connection is still usable
pipe.get("bar")
pipe.ping()
pipe.get("foo")
Expand Down

0 comments on commit 447c732

Please sign in to comment.