Skip to content

Commit 4620c4e

Browse files
committed
remove unnecessary assertion in test_when_timeout_smaller_second
1 parent 9a2f146 commit 4620c4e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)