Skip to content

Commit 2405000

Browse files
committed
Correct 2nd entity_items assert
1 parent 563ab51 commit 2405000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_adam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ async def test_connect_adam_onoff_cooling_fake_firmware(self):
348348
)
349349

350350
test_items = await self.device_test(api, "2022-01-02 00:00:01", testdata)
351-
assert self.entity_items == 67
351+
assert self.entity_items == 68
352352
assert test_items == self.entity_items
353353
assert self.cooling_present
354354
# assert self._cooling_enabled - no cooling_enabled indication present

0 commit comments

Comments
 (0)