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 297f19e commit eb09053Copy full SHA for eb09053
tests/devices/traits/v1/test_clean_summary.py
@@ -93,7 +93,7 @@ async def test_get_clean_summary_success(
93
94
# Verify the RPC call was made correctly
95
mock_rpc_channel.send_command.assert_has_calls(
96
- [call(RoborockCommand.GET_CLEAN_SUMMARY), call(RoborockCommand.GET_CLEAN_RECORD, params=[1734458038])]
+ [call(RoborockCommand.GET_CLEAN_SUMMARY), call(RoborockCommand.GET_CLEAN_RECORD, params=[1756848207])]
97
)
98
99
0 commit comments