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 fc954b5 commit 60b5a4bCopy full SHA for 60b5a4b
tests/test_api.py
@@ -134,7 +134,6 @@ async def test_get_prop():
134
assert props.dock_summary.dust_collection_mode is not None
135
136
137
-
138
@pytest.fixture(name="connected_mqtt_client")
139
async def connected_mqtt_client_fixture(
140
response_queue: Queue, mqtt_client: RoborockMqttClientV1
@@ -149,6 +148,7 @@ async def connected_mqtt_client_fixture(
149
148
except Exception:
150
pass
151
+
152
async def test_async_connect(received_requests: Queue, connected_mqtt_client: RoborockMqttClientV1) -> None:
153
"""Test connecting to the MQTT broker."""
154
0 commit comments