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 4ed26e3 commit 2633713Copy full SHA for 2633713
tests/stick_test_data.py
@@ -596,8 +596,8 @@
596
b"000000C1", # Success ack
597
b"003A" # msg_id
598
+ b"0098765432101234" # mac
599
- # 2025-04-03 22:00:00
600
- + bytes(("%%0%dd" % 2) % 0, pw_constants.UTF8) # noqa: UP031
+ # 2025-04-03 22:00:30
+ + bytes(("%%0%dd" % 2) % 30, pw_constants.UTF8) # noqa: UP031
601
+ bytes(("%%0%dd" % 2) % 0, pw_constants.UTF8) # noqa: UP031
602
+ bytes(("%%0%dd" % 2) % 22, pw_constants.UTF8) # noqa: UP031
603
+ bytes(("%%0%dd" % 2) % 5, pw_constants.UTF8) # noqa: UP031
0 commit comments