Skip to content

Commit 293f7ad

Browse files
committed
Try 2
1 parent f489a4a commit 293f7ad

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) % 6, pw_constants.UTF8) # noqa: UP031
605605
+ bytes(("%%0%dd" % 2) % 24, pw_constants.UTF8), # noqa: UP031
606606
),
607-
b"\x05\x05\x03\x0300280098765432101234000022030304259DDF\r\n": (
607+
b"\x05\x05\x03\x0300280098765432101234354916011609254EC4\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)