Skip to content

Commit 3650fdd

Browse files
committed
fix: test data
1 parent c7787f7 commit 3650fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2484,7 +2484,7 @@ def test_Xiaomi_MS1BB_MI_obj4a13():
24842484

24852485
def test_Xiaomi_RS1BB_MI_obj4806():
24862486
"""Test Xiaomi parser for Linptech RS1BB(MI) with obj4806."""
2487-
data_string = b"\x04>)\x02\x01\x00\x00gL\xb98\xc1\xa4\x1d\x02\x01\x06\x19\x16\x95\xfeXY\x0f?JgL\xb98\xc1\xa4\xd6\xe5{\x83\x04\x00\x00\xd0\x1e\x0bK\xc0"
2487+
data_string = b"XY\x0f?JgL\xb98\xc1\xa4\xd6\xe5{\x83\x04\x00\x00\xd0\x1e\x0bK"
24882488
advertisement = bytes_to_service_info(data_string, address="A4:C1:38:66:E5:67")
24892489
bindkey = "33ede53321bc73c790a8daae4581f3d5"
24902490

0 commit comments

Comments
 (0)