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 bf220d5 commit 45ac52aCopy full SHA for 45ac52a
tests/shared/test_session.py
@@ -118,14 +118,14 @@ async def make_request(client_session):
118
with anyio.fail_after(1): # Timeout after 1 second
119
await ev_tool_called.wait()
120
121
- # cancel the task via task group
+ # Cancel the task via task group
122
tg.cancel_scope.cancel()
123
124
# Give cancellation time to process
125
with anyio.fail_after(1):
126
await ev_cancelled.wait()
127
128
- # check server cancel notification received
+ # Check server cancel notification received
129
130
await ev_cancel_notified.wait()
131
0 commit comments