Skip to content

Commit 2518c59

Browse files
authored
Remove unnecessary assertion in test_when_timeout_smaller_second (#11537)
1 parent 3d32c96 commit 2518c59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ def test_when_timeout_smaller_second(loop: asyncio.AbstractEventLoop) -> None:
297297
timer = loop.time() + timeout
298298

299299
handle = helpers.TimeoutHandle(loop, timeout)
300-
assert handle is not None
301300
start_handle = handle.start()
302301
assert start_handle is not None
303302
when = start_handle.when()

0 commit comments

Comments
 (0)