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 @@ -323,7 +323,7 @@ async def test_adam_heatpump_cooling(self):
323323 testdata = await self .load_testdata (SMILE_TYPE , self .smile_setup )
324324 server , api , client = await self .connect_wrapper ()
325325
326- await self .device_test (api , "2022-01-02 00:00:01" , testdata )
326+ test_items = await self .device_test (api , "2022-01-02 00:00:01" , testdata )
327327 assert self .entity_items == 539
328328 assert test_items == self .entity_items
329329 assert self .cooling_present
@@ -347,7 +347,7 @@ async def test_connect_adam_onoff_cooling_fake_firmware(self):
347347 smile_version = None ,
348348 )
349349
350- await self .device_test (api , "2022-01-02 00:00:01" , testdata )
350+ test_items = await self .device_test (api , "2022-01-02 00:00:01" , testdata )
351351 assert self .entity_items == 69
352352 assert test_items == self .entity_items
353353 assert self .cooling_present
You can’t perform that action at this time.
0 commit comments