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 16efa76 commit ae1cc42Copy full SHA for ae1cc42
tests/stick_test_data.py
@@ -602,7 +602,7 @@
602
b"003A" # msg_id
603
+ b"0098765432101234" # mac
604
+ bytes(
605
- ("%%0%dd" % 2) % (utc_now + timedelta(seconds=0)).second, pw_constants.UTF8
+ ("%%0%dd" % 2) % (utc_now + timedelta(seconds=10)).second, pw_constants.UTF8
606
) # noqa: UP031
607
+ bytes(("%%0%dd" % 2) % utc_now.minute, pw_constants.UTF8) # noqa: UP031
608
+ bytes(("%%0%dd" % 2) % utc_now.hour, pw_constants.UTF8) # noqa: UP031
0 commit comments