Skip to content

Commit 2633713

Browse files
committed
Try
1 parent 4ed26e3 commit 2633713

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
@@ -596,8 +596,8 @@
596596
b"000000C1", # Success ack
597597
b"003A" # msg_id
598598
+ b"0098765432101234" # mac
599-
# 2025-04-03 22:00:00
600-
+ bytes(("%%0%dd" % 2) % 0, pw_constants.UTF8) # noqa: UP031
599+
# 2025-04-03 22:00:30
600+
+ bytes(("%%0%dd" % 2) % 30, pw_constants.UTF8) # noqa: UP031
601601
+ bytes(("%%0%dd" % 2) % 0, pw_constants.UTF8) # noqa: UP031
602602
+ bytes(("%%0%dd" % 2) % 22, pw_constants.UTF8) # noqa: UP031
603603
+ bytes(("%%0%dd" % 2) % 5, pw_constants.UTF8) # noqa: UP031

0 commit comments

Comments
 (0)