Skip to content

Commit 9ad26a4

Browse files
committed
Correct 2nd entity_items assert
1 parent 79fa87d commit 9ad26a4

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
@@ -302,7 +302,7 @@ async def test_connect_adam_multiple_devices_per_zone(self):
302302
)
303303

304304
test_items = await self.device_test(api, "2022-05-16 00:00:01", testdata)
305-
assert self.entity_items == 393
305+
assert self.entity_items == 394
306306
assert test_items == self.entity_items
307307

308308
assert "af82e4ccf9c548528166d38e560662a4" in self.notifications

0 commit comments

Comments
 (0)