Skip to content

Commit 9ce47e1

Browse files
committed
Fix device_items-count
1 parent 52c235b commit 9ce47e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3804,7 +3804,7 @@ async def test_connect_anna_heatpump_heating(self):
38043804

38053805
await self.device_test(smile, testdata)
38063806
assert smile.gateway_id == "015ae9ea3f964e668e490fa39da3870b"
3807-
assert self.device_items == 57
3807+
assert self.device_items == 60
38083808
assert not self.cooling_present
38093809
assert not self.notifications
38103810

0 commit comments

Comments
 (0)