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 89bd1e1 commit ee32e5eCopy full SHA for ee32e5e
tests/test_loop.py
@@ -223,8 +223,7 @@ def test_loop_ping_timeout(self):
223
res = mqtt_client.loop(timeout=2 * keep_alive_timeout + recv_timeout)
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
228
assert set(res) == {int(0xD0)}
229
230
# pylint: disable=no-self-use
0 commit comments