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 e3c419c commit 17e72c3Copy full SHA for 17e72c3
tests/test_api.py
@@ -93,5 +93,5 @@ async def test_get_washing_mode():
93
rmc = RoborockMqttClient(UserData(USER_DATA), device_map)
94
with patch("roborock.cloud_api.RoborockMqttClient.send_command") as command:
95
command.return_value = {'wash_mode': 2}
96
- washing_mode = await rmc.get_washing_mode(home_data.devices[0].duid)
+ washing_mode = await rmc.get_wash_towel_mode(home_data.devices[0].duid)
97
assert washing_mode.wash_mode == RoborockDockWashingModeType.DEEP
0 commit comments