Skip to content

Commit 2138f03

Browse files
Fixed typo in test file comment.
1 parent f587b12 commit 2138f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sync_contextvars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_async_to_sync_contextvars():
6161
present in the called context, and that any changes in the called context
6262
are then propagated back to the calling context.
6363
"""
64-
# Define sync function
64+
# Define async function
6565
async def async_function():
6666
await asyncio.sleep(1)
6767
assert foo.get() == "bar"

0 commit comments

Comments
 (0)