Skip to content

Commit

Permalink
fix: test data
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakulo committed May 5, 2024
1 parent c7787f7 commit 3650fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@ def test_Xiaomi_MS1BB_MI_obj4a13():

def test_Xiaomi_RS1BB_MI_obj4806():
"""Test Xiaomi parser for Linptech RS1BB(MI) with obj4806."""
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"
data_string = b"XY\x0f?JgL\xb98\xc1\xa4\xd6\xe5{\x83\x04\x00\x00\xd0\x1e\x0bK"
advertisement = bytes_to_service_info(data_string, address="A4:C1:38:66:E5:67")
bindkey = "33ede53321bc73c790a8daae4581f3d5"

Expand Down

0 comments on commit 3650fdd

Please sign in to comment.