We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df36cf0 commit 9543a59Copy full SHA for 9543a59
tests/test_asyncio/test_pubsub.py
@@ -681,7 +681,8 @@ def callback(message):
681
except asyncio.TimeoutError:
682
pass
683
task.cancel()
684
- # we expect a cancelled error, not the Runtime error ("did you forget to call subscribe()"")
+ # we expect a cancelled error, not the Runtime error
685
+ # ("did you forget to call subscribe()"")
686
with pytest.raises(asyncio.CancelledError):
687
await task
688
assert message == {
0 commit comments