Skip to content

Commit

Permalink
Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
yozik04 committed Aug 9, 2024
1 parent 8f74c47 commit c6173ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ async def test_get(client, protocol, response_data, expected_result, variable):
@pytest.mark.parametrize(
"response_data, expected_result, command",
[
(b"\xff\xff\xff", True, "lowpower 0"),
(b"\x66\x05\xff\xff\xff", 5, "sendme"),
(b"\x66\x05\xff\xff\xff\01\xff\xff\xff\xff\xff\xff", 5, "sendme"),
],
Expand Down

0 comments on commit c6173ee

Please sign in to comment.