summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asyncio/test_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/asyncio/test_utils.py b/asyncio/test_utils.py
index 180bafa..6eedc58 100644
--- a/asyncio/test_utils.py
+++ b/asyncio/test_utils.py
@@ -307,6 +307,7 @@ class TestLoop(base_events.BaseEventLoop):
self._time += advance
def close(self):
+ super().close()
if self._check_on_close:
try:
self._gen.send(0)