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 f587b12 commit 2138f03Copy full SHA for 2138f03
tests/test_sync_contextvars.py
@@ -61,7 +61,7 @@ def test_async_to_sync_contextvars():
61
present in the called context, and that any changes in the called context
62
are then propagated back to the calling context.
63
"""
64
- # Define sync function
+ # Define async function
65
async def async_function():
66
await asyncio.sleep(1)
67
assert foo.get() == "bar"
0 commit comments