Skip to content

Commit 1c86770

Browse files
committed
Update test entity_items asserts and test-jsons - 3
1 parent 0e400f2 commit 1c86770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_p1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def test_connect_p1v4_442_single(self):
2828

2929
await self.device_test(api, "2022-05-16 00:00:01", testdata)
3030
assert api.gateway_id == "a455b61e52394b2db5081ce025a430f3"
31-
assert self.entity_items == 33
31+
assert self.entity_items == 34
3232
assert not self.notifications
3333

3434
# Now change some data and change directory reading xml from
@@ -78,7 +78,7 @@ async def test_connect_p1v4_442_triple(self):
7878

7979
await self.device_test(api, "2022-05-16 00:00:01", testdata)
8080
assert api.gateway_id == "03e65b16e4b247a29ae0d75a78cb492e"
81-
assert self.entity_items == 42
81+
assert self.entity_items == 43
8282
assert self.notifications
8383

8484
await api.close_connection()

0 commit comments

Comments
 (0)