Skip to content

Commit 6b34f05

Browse files
committed
Update test
1 parent 3ba315f commit 6b34f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_asyncio/test_taskgroups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ async def coro_fn():
997997

998998
self.assertIsNone(task_wr())
999999
self.assertIsInstance(exc, _Done)
1000-
self.assertListEqual(gc.get_referrers(exc), no_other_refs())
1000+
self.assertListEqual(gc.get_referrers(exc), [])
10011001

10021002
async def test_exception_refcycles_propagate_cancellation_error(self):
10031003
"""Test that TaskGroup deletes propagate_cancellation_error"""

0 commit comments

Comments
 (0)