Skip to content

Commit fee3873

Browse files
committed
Fix test method name
1 parent 7b4b966 commit fee3873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/traits/b01/q10/test_vacuum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def vacuumm_fixture(q10_api: Q10PropertiesApi) -> VacuumTrait:
3434
(lambda x: x.return_to_dock(), {"203": {}}),
3535
],
3636
)
37-
async def test_q7_api_set_fan_speed(
37+
async def test_vacuum_commands(
3838
vacuumm: VacuumTrait,
3939
fake_channel: FakeChannel,
4040
command_fn: Callable[[VacuumTrait], Awaitable[None]],

0 commit comments

Comments
 (0)