Skip to content

Commit 4d3826f

Browse files
committed
Try 3
1 parent 293f7ad commit 4d3826f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tests/stick_test_data.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -596,15 +596,16 @@
596596
b"000000C1", # Success ack
597597
b"003A" # msg_id
598598
+ b"0098765432101234" # mac
599+
# 2025-04-03 22:00:00
599600
+ bytes(("%%0%dd" % 2) % 0, pw_constants.UTF8) # noqa: UP031
600601
+ bytes(("%%0%dd" % 2) % 0, pw_constants.UTF8) # noqa: UP031
601-
+ bytes(("%%0%dd" % 2) % 18, pw_constants.UTF8) # noqa: UP031
602-
+ bytes(("%%0%dd" % 2) % 20, pw_constants.UTF8) # noqa: UP031
603-
+ bytes(("%%0%dd" % 2) % 1, pw_constants.UTF8) # noqa: UP031
604-
+ bytes(("%%0%dd" % 2) % 6, pw_constants.UTF8) # noqa: UP031
605-
+ bytes(("%%0%dd" % 2) % 24, pw_constants.UTF8), # noqa: UP031
602+
+ bytes(("%%0%dd" % 2) % 22, pw_constants.UTF8) # noqa: UP031
603+
+ bytes(("%%0%dd" % 2) % 5, pw_constants.UTF8) # noqa: UP031
604+
+ bytes(("%%0%dd" % 2) % 3, pw_constants.UTF8) # noqa: UP031
605+
+ bytes(("%%0%dd" % 2) % 4, pw_constants.UTF8) # noqa: UP031
606+
+ bytes(("%%0%dd" % 2) % 25, pw_constants.UTF8), # noqa: UP031
606607
),
607-
b"\x05\x05\x03\x0300280098765432101234354916011609254EC4\r\n": (
608+
b"\x05\x05\x03\x0300280098765432101234000022030304259DDF\r\n": (
608609
"Circle+ Realtime set clock for 0098765432101234",
609610
b"000000C1", # Success ack
610611
b"0000" + b"00D7" + b"0098765432101234", # msg_id, clock_ack, mac

0 commit comments

Comments
 (0)