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 82d6f9d commit a1eec26Copy full SHA for a1eec26
tests/test_loop.py
@@ -143,7 +143,7 @@ def test_loop_basic(self) -> None:
143
timeout = random.randint(3, 8)
144
# pylint: disable=protected-access
145
# mqtt_client._last_msg_sent_timestamp = mqtt_client.get_monotonic_time()
146
- mqtt_client._last_msg_sent_timestamp = mqtt_client.ticks_ms()
+ mqtt_client._last_msg_sent_timestamp = MQTT.ticks_ms()
147
rcs = mqtt_client.loop(timeout=timeout)
148
time_after = time.monotonic()
149
0 commit comments