Skip to content

Commit a1eec26

Browse files
committed
fix ticks_ms ref
1 parent 82d6f9d commit a1eec26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def test_loop_basic(self) -> None:
143143
timeout = random.randint(3, 8)
144144
# pylint: disable=protected-access
145145
# mqtt_client._last_msg_sent_timestamp = mqtt_client.get_monotonic_time()
146-
mqtt_client._last_msg_sent_timestamp = mqtt_client.ticks_ms()
146+
mqtt_client._last_msg_sent_timestamp = MQTT.ticks_ms()
147147
rcs = mqtt_client.loop(timeout=timeout)
148148
time_after = time.monotonic()
149149

0 commit comments

Comments
 (0)