Skip to content

Commit 6389d43

Browse files
committed
Correct updated entity-items assert
1 parent 726f25c commit 6389d43

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
@@ -154,7 +154,7 @@ async def test_connect_adam_plus_anna_new(self):
154154
await self.device_test(
155155
api, "2022-01-16 00:00:01", testdata_updated, initialize=False
156156
)
157-
assert self.entity_items == 241
157+
assert self.entity_items == 109
158158

159159
# Simulate receiving no xml-data after a requesting a reboot of the gateway
160160
self.smile_setup = "reboot/adam_plus_anna_new"

0 commit comments

Comments
 (0)