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 e873f43 commit 804d7f7Copy full SHA for 804d7f7
tests/test_loop.py
@@ -224,7 +224,7 @@ def test_loop_ping_timeout(self):
224
assert time.monotonic() - start >= 2 * keep_alive_timeout
225
assert len(mocket.sent) > 0
226
# assert len(res) == 2
227
- assert len(res) == 3 # not sure if 3 is ok
+ assert len(res) == 3 # not sure if 3 is ok
228
assert set(res) == {int(0xD0)}
229
230
# pylint: disable=no-self-use
0 commit comments