Skip to content

Commit 17e72c3

Browse files
fix: test_get_washing_mode
1 parent e3c419c commit 17e72c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ async def test_get_washing_mode():
9393
rmc = RoborockMqttClient(UserData(USER_DATA), device_map)
9494
with patch("roborock.cloud_api.RoborockMqttClient.send_command") as command:
9595
command.return_value = {'wash_mode': 2}
96-
washing_mode = await rmc.get_washing_mode(home_data.devices[0].duid)
96+
washing_mode = await rmc.get_wash_towel_mode(home_data.devices[0].duid)
9797
assert washing_mode.wash_mode == RoborockDockWashingModeType.DEEP

0 commit comments

Comments
 (0)