We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61374d0 commit 6d4dfb6Copy full SHA for 6d4dfb6
tests/stick_test_data.py
@@ -603,7 +603,7 @@
603
b"003A" # msg_id
604
+ b"0098765432101234" # mac
605
+ bytes(
606
- ("%%0%dd" % 2) % (utc_now + timedelta(seconds=10)).second, pw_constants.UTF8
+ ("%%0%dd" % 2) % (utc_now + timedelta(seconds=0)).second, pw_constants.UTF8
607
) # noqa: UP031
608
+ bytes(("%%0%dd" % 2) % utc_now.minute, pw_constants.UTF8) # noqa: UP031
609
+ bytes(("%%0%dd" % 2) % utc_now.hour, pw_constants.UTF8) # noqa: UP031
0 commit comments