File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ async def test_refresh_maps_trait(
6464 # Setup mock to return the sample multi maps list
6565 mock_rpc_channel .send_command .side_effect = [
6666 mock_data .STATUS , # Initial status fetch
67- MULTI_MAP_LIST_DATA
67+ MULTI_MAP_LIST_DATA ,
6868 ]
6969 await status_trait .refresh ()
7070 # Populating the status information gives us the current map
@@ -99,7 +99,7 @@ async def test_refresh_maps_trait(
9999 assert mock_rpc_channel .send_command .call_count == 2
100100 mock_rpc_channel .send_command .assert_any_call (RoborockCommand .GET_STATUS )
101101 mock_rpc_channel .send_command .assert_any_call (RoborockCommand .GET_MULTI_MAPS_LIST )
102-
102+
103103
104104async def test_set_current_map (
105105 status_trait : StatusTrait ,
You can’t perform that action at this time.
0 commit comments