Skip to content

Commit 4c6cab9

Browse files
committed
Correct 2nd updated entity-assert
1 parent edeb5be commit 4c6cab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_anna.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ async def test_connect_anna_heatpump_heating(self):
216216
await self.device_test(
217217
api, "2020-04-13 00:00:01", testdata_updated, initialize=False
218218
)
219-
assert self.entity_items == 68
219+
assert self.entity_items == 45
220220
await api.close_connection()
221221
await self.disconnect(server, client)
222222

0 commit comments

Comments
 (0)