Skip to content

Commit 6d4dfb6

Browse files
committed
Try
1 parent 61374d0 commit 6d4dfb6

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
@@ -603,7 +603,7 @@
603603
b"003A" # msg_id
604604
+ b"0098765432101234" # mac
605605
+ bytes(
606-
("%%0%dd" % 2) % (utc_now + timedelta(seconds=10)).second, pw_constants.UTF8
606+
("%%0%dd" % 2) % (utc_now + timedelta(seconds=0)).second, pw_constants.UTF8
607607
) # noqa: UP031
608608
+ bytes(("%%0%dd" % 2) % utc_now.minute, pw_constants.UTF8) # noqa: UP031
609609
+ bytes(("%%0%dd" % 2) % utc_now.hour, pw_constants.UTF8) # noqa: UP031

0 commit comments

Comments
 (0)