Skip to content

Commit 202c452

Browse files
committed
Correct entity-assert
1 parent 1409d3c commit 202c452

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 == 45
219+
assert self.entity_items == 68
220220
await api.close_connection()
221221
await self.disconnect(server, client)
222222

0 commit comments

Comments
 (0)