We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4b966 commit fee3873Copy full SHA for fee3873
tests/devices/traits/b01/q10/test_vacuum.py
@@ -34,7 +34,7 @@ def vacuumm_fixture(q10_api: Q10PropertiesApi) -> VacuumTrait:
34
(lambda x: x.return_to_dock(), {"203": {}}),
35
],
36
)
37
-async def test_q7_api_set_fan_speed(
+async def test_vacuum_commands(
38
vacuumm: VacuumTrait,
39
fake_channel: FakeChannel,
40
command_fn: Callable[[VacuumTrait], Awaitable[None]],
0 commit comments