Skip to content

Commit 5d3a911

Browse files
committed
Make sure to test circle clock-sync
1 parent 54de6e2 commit 5d3a911

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/stick_test_data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,10 @@
609609
b"000000C1", # Success ack
610610
b"0000" + b"00D7" + b"0098765432101234", # msg_id, clock_ack, mac
611611
),
612-
b"\x05\x05\x03\x0300280098765432101234003010053101261F3D\r\n": (
613-
"Circle+ Realtime set clock at month-end for 0098765432101234",
612+
b"\x05\x05\x03\x0300281111111111111111003010053101261F3D\r\n": (
613+
"Circle+ Realtime set clock at month-end for 1111111111111111",
614614
b"000000C1", # Success ack
615-
b"0000" + b"00D7" + b"0098765432101234", # msg_id, clock_ack, mac
615+
b"0000" + b"00D7" + b"1111111111111111", # msg_id, clock_ack, mac
616616
),
617617
b"\x05\x05\x03\x03003E11111111111111111B8A\r\n": (
618618
"clock for 0011111111111111",

tests/test_usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3067,7 +3067,7 @@ async def test_clock_synchronize_month_overflow(
30673067
await self._wait_for_scan(stick)
30683068

30693069
# Get a Circle node
3070-
circle_node = stick.nodes.get("0098765432101234")
3070+
circle_node = stick.nodes.get("1111111111111111")
30713071
assert circle_node is not None
30723072
await circle_node.load()
30733073

0 commit comments

Comments
 (0)