Skip to content

Commit 3d1ce65

Browse files
committed
Update related entity_items asserts
1 parent 840ff5c commit 3d1ce65

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
@@ -217,7 +217,7 @@ async def test_connect_adam_zone_per_device(self):
217217
assert api._last_active["82fa13f017d240daa0d0ea1775420f24"] == CV_JESSIE
218218
assert api._last_active["08963fec7c53423ca5680aa4cb502c63"] == BADKAMER_SCHEMA
219219
assert api._last_active["446ac08dd04d4eff8ac57489757b7314"] == BADKAMER_SCHEMA
220-
assert self.entity_items == 370
220+
assert self.entity_items == 369
221221

222222
assert "af82e4ccf9c548528166d38e560662a4" in self.notifications
223223
await api.delete_notification()
@@ -295,7 +295,7 @@ async def test_connect_adam_multiple_devices_per_zone(self):
295295
assert api._last_active["82fa13f017d240daa0d0ea1775420f24"] == CV_JESSIE
296296
assert api._last_active["08963fec7c53423ca5680aa4cb502c63"] == BADKAMER_SCHEMA
297297
assert api._last_active["446ac08dd04d4eff8ac57489757b7314"] == BADKAMER_SCHEMA
298-
assert self.entity_items == 375
298+
assert self.entity_items == 374
299299

300300
assert "af82e4ccf9c548528166d38e560662a4" in self.notifications
301301

0 commit comments

Comments
 (0)