Skip to content

Commit 6561bf2

Browse files
committed
Connect first
1 parent fe6604c commit 6561bf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_pairing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ async def test_pair_plus(self, monkeypatch: pytest.MonkeyPatch) -> None:
429429
monkeypatch.setattr(pw_sender, "STICK_TIME_OUT", 0.1)
430430
monkeypatch.setattr(pw_requests, "NODE_TIME_OUT", 0.5)
431431
stick = pw_stick.Stick(port="test_port", cache_enabled=False)
432-
# await stick.connect("test_port")
432+
await stick.connect("test_port")
433433
# with pytest.raises(pw_exceptions.StickError):
434434
# await stick.initialize()
435435
await stick.plus_pair_request("0098765432101234")

0 commit comments

Comments
 (0)