Skip to content

Commit 9db9732

Browse files
authored
Fix incorrect Roborock test (home-assistant#152980)
1 parent cf1a745 commit 9db9732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/roborock/test_coordinator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async def test_no_maps(
152152
return_value=prop,
153153
),
154154
patch(
155-
"homeassistant.components.roborock.coordinator.RoborockMqttClientV1.get_multi_maps_list",
155+
"homeassistant.components.roborock.coordinator.RoborockLocalClientV1.get_multi_maps_list",
156156
return_value=MultiMapsList(
157157
max_multi_map=1, max_bak_map=1, multi_map_count=0, map_info=[]
158158
),

0 commit comments

Comments
 (0)