Skip to content

Commit 8a7ec2f

Browse files
committed
Correct plus-mac
1 parent f3d7c42 commit 8a7ec2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pairing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ async def test_pair_plus(self, monkeypatch: pytest.MonkeyPatch) -> None:
377377
await stick.initialize()
378378

379379
await asyncio.sleep(5)
380-
await stick.plus_pair_request("0123456789012345")
380+
await stick.plus_pair_request("0098765432101234")
381381
await asyncio.sleep(5)
382382

383383
await stick.disconnect()

0 commit comments

Comments
 (0)