Skip to content

Commit b4ca4d5

Browse files
committed
Call pair_plus_request()
1 parent 6ea2e89 commit b4ca4d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pairing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ async def test_pair_plus(self, monkeypatch: pytest.MonkeyPatch) -> None:
377377
await stick.initialize()
378378

379379
await asyncio.sleep(5)
380-
# Inject StickNetworkInfoRequest to trigger a pairing
381-
mock_serial.inject_message(b"0001", b"1253") # @bouwew: seq_id is not FFFC!
380+
await stick.plus_pair_request("0123456789012345")
381+
await asyncio.sleep(5)
382382

383383
await stick.disconnect()
384384

0 commit comments

Comments
 (0)