Skip to content

Commit 1f05117

Browse files
proboscissobolevn
andauthored
Update tests/test_primitives/test_reawaitable/test_reawaitable_concurrency.py
Co-authored-by: sobolevn <mail@sobolevn.me>
1 parent cd15fed commit 1f05117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_primitives/test_reawaitable/test_reawaitable_concurrency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ async def test_func() -> int: # noqa: WPS430
6666
# Test the representation
6767
assert repr(target) == repr(coro)
6868
# Ensure the coroutine is properly awaited
69-
await target
69+
assert await target == 1

0 commit comments

Comments
 (0)