Skip to content

Commit 7e0ae81

Browse files
committed
Try
1 parent 6561bf2 commit 7e0ae81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_pairing.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,9 @@ async def test_pair_plus(self, monkeypatch: pytest.MonkeyPatch) -> None:
431431
stick = pw_stick.Stick(port="test_port", cache_enabled=False)
432432
await stick.connect("test_port")
433433
# with pytest.raises(pw_exceptions.StickError):
434-
# await stick.initialize()
435-
await stick.plus_pair_request("0098765432101234")
436-
await asyncio.sleep(5)
434+
await stick.initialize()
435+
# await stick.plus_pair_request("0098765432101234")
436+
# await asyncio.sleep(5)
437437

438438
await stick.disconnect()
439439

0 commit comments

Comments
 (0)