We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec47c3 commit d7d69f8Copy full SHA for d7d69f8
tests/test_init.py
@@ -345,8 +345,8 @@ async def connect(
345
346
# Connect to the smile
347
try:
348
- connection_state = await smile.connect()
349
- assert connection_state
+ version = await smile.connect()
+ assert version != pw_constants.NONE
350
return server, smile, client
351
except (
352
pw_exceptions.ConnectionFailedError,
@@ -428,8 +428,8 @@ async def connect_legacy(
428
429
430
431
432
433
434
435
0 commit comments