Skip to content

Commit 2544657

Browse files
committed
Try
1 parent 54c0e90 commit 2544657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ async def test_stick_connect_without_port(self) -> None:
366366

367367
with pytest.raises(pw_exceptions.StickError):
368368
await stick.connect()
369-
stick.port = "null"
369+
stick.port = None
370370
with pytest.raises(pw_exceptions.StickError):
371371
await stick.connect()
372372
await stick.disconnect()

0 commit comments

Comments
 (0)