We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b812f92 commit 47b30e7Copy full SHA for 47b30e7
tests/test_sync.py
@@ -1434,7 +1434,7 @@ def read_data(expected):
1434
calls += 1
1435
if calls == 1:
1436
self.assertEqual(expected, 2)
1437
- return bytearray(b"\x81\xB6") # Model 0xB6
+ return bytearray(b"\x81\xb6") # Model 0xB6
1438
if calls == 2:
1439
# Standard state response for initial setup (protocol determination)
1440
self.assertEqual(expected, 12)
0 commit comments