Skip to content

Commit af6cd4e

Browse files
committed
Fix entity_items assert
1 parent 89d6de5 commit af6cd4e

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
@@ -324,7 +324,7 @@ async def test_adam_heatpump_cooling(self):
324324
server, api, client = await self.connect_wrapper()
325325

326326
await self.device_test(api, "2022-01-02 00:00:01", testdata)
327-
assert self.entity_items == 538
327+
assert self.entity_items == 539
328328
assert test_items == self.entity_items
329329
assert self.cooling_present
330330
assert self._cooling_enabled

0 commit comments

Comments
 (0)