Skip to content

Commit 242fb5b

Browse files
committed
Correct device-items count assert
1 parent 3b128a8 commit 242fb5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_smile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,13 +981,13 @@ async def test_connect_anna_v4(self):
981981
"upper_bound": 100.0,
982982
"resolution": 1.0,
983983
},
984-
"available": True,
985984
"domestic_hot_water_setpoint": {
986985
"setpoint": 60.0,
987986
"lower_bound": 30.0,
988987
"upper_bound": 60.0,
989988
"resolution": 0.01,
990989
},
990+
"available": True,
991991
"binary_sensors": {
992992
"dhw_state": False,
993993
"heating_state": True,
@@ -1052,7 +1052,7 @@ async def test_connect_anna_v4(self):
10521052

10531053
await self.device_test(smile, testdata)
10541054
assert smile.gateway_id == "0466eae8520144c78afb29628384edeb"
1055-
assert self.device_items == 53
1055+
assert self.device_items == 52
10561056
assert not self.notifications
10571057

10581058
assert not smile._cooling_present

0 commit comments

Comments
 (0)