Skip to content

Commit eb09053

Browse files
committed
fix: test
1 parent 297f19e commit eb09053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/traits/v1/test_clean_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async def test_get_clean_summary_success(
9393

9494
# Verify the RPC call was made correctly
9595
mock_rpc_channel.send_command.assert_has_calls(
96-
[call(RoborockCommand.GET_CLEAN_SUMMARY), call(RoborockCommand.GET_CLEAN_RECORD, params=[1734458038])]
96+
[call(RoborockCommand.GET_CLEAN_SUMMARY), call(RoborockCommand.GET_CLEAN_RECORD, params=[1756848207])]
9797
)
9898

9999

0 commit comments

Comments
 (0)