Skip to content

Commit fe60740

Browse files
committed
Add missing comma
1 parent d1baeb7 commit fe60740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/stick_test_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -604,10 +604,10 @@
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\x030028009876543210123430081800150925FE53\r\n': (
607+
b"\x05\x05\x03\x030028009876543210123430081800150925FE53\r\n": (
608608
"Circle+ Realtime set clock for 0098765432101234",
609609
b"000000C1", # Success ack
610-
b"0000" + b"00D7" + b"0098765432101234" # msg_id, clock_ack, mac
610+
b"0000" + b"00D7" + b"0098765432101234", # msg_id, clock_ack, mac
611611
),
612612
b"\x05\x05\x03\x03003E11111111111111111B8A\r\n": (
613613
"clock for 0011111111111111",

0 commit comments

Comments
 (0)