Skip to content

Commit fb78cfc

Browse files
committed
Fix 0028 datetime
1 parent 2776f23 commit fb78cfc

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
@@ -605,7 +605,7 @@
605605
+ bytes(("%%0%dd" % 2) % 4, pw_constants.UTF8) # noqa: UP031
606606
+ bytes(("%%0%dd" % 2) % 25, pw_constants.UTF8), # noqa: UP031
607607
),
608-
b"\x05\x05\x03\x0300280098765432101234000022030304259DDF\r\n": (
608+
b"\x05\x05\x03\x030028009876543210123430002203030425107C\r\n": (
609609
"Circle+ Realtime set clock for 0098765432101234",
610610
b"000000C1", # Success ack
611611
b"0000" + b"00D7" + b"0098765432101234", # msg_id, clock_ack, mac

0 commit comments

Comments
 (0)