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 afb0b06 commit f2ec97fCopy full SHA for f2ec97f
tests/test_base.py
@@ -941,7 +941,7 @@ def test_loop_call_later_handle_when_after_fired(self):
941
def test_loop_call_later_0_returns_timer_handle(self):
942
cb = lambda: False # NoQA
943
handle = self.loop.call_later(0, cb)
944
- handle.when() # undesired behavior: handle is a Handle instead of TimerHandle
+ handle.when()
945
handle.cancel()
946
947
0 commit comments