Skip to content

Commit 8240208

Browse files
committed
Fix missing test-updates after rebase
1 parent af6cd4e commit 8240208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_adam.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)