Skip to content

Commit b83d5c8

Browse files
committed
Try
1 parent 2a4c559 commit b83d5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stick_test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@
604604
+ bytes(("%%0%dd" % 2) % utc_now.month, pw_constants.UTF8) # noqa: UP031
605605
+ bytes(("%%0%dd" % 2) % (utc_now.year - 2000), pw_constants.UTF8), # noqa: UP031
606606
),
607-
b"\x05\x05\x03\x030028009876543210123429210601160925FDA7\r\n": (
607+
b"\x05\x05\x03\x0300280098765432101234000022030304259DDF\r\n": (
608608
"Circle+ Realtime set clock for 0098765432101234",
609609
b"000000C1", # Success ack
610610
b"0000" + b"00D7" + b"0098765432101234", # msg_id, clock_ack, mac

0 commit comments

Comments
 (0)