Update byte string formatting (#112752)
This commit is contained in:
parent
0e86f182cc
commit
959826c4b4
7 changed files with 33 additions and 33 deletions
|
@ -23,7 +23,7 @@ from tests.components.bluetooth import (
|
|||
"A4:C1:38:8D:18:B2",
|
||||
make_bthome_v2_adv(
|
||||
"A4:C1:38:8D:18:B2",
|
||||
b"\x40\x3A\x00\x3A\x01\x3A\x03",
|
||||
b"\x40\x3a\x00\x3a\x01\x3a\x03",
|
||||
),
|
||||
None,
|
||||
[
|
||||
|
@ -43,7 +43,7 @@ from tests.components.bluetooth import (
|
|||
"A4:C1:38:8D:18:B2",
|
||||
make_bthome_v2_adv(
|
||||
"A4:C1:38:8D:18:B2",
|
||||
b"\x40\x3A\x04",
|
||||
b"\x40\x3a\x04",
|
||||
),
|
||||
None,
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue