Skip to content

Commit 73a8a3d

Browse files
committed
One more device_items correction
1 parent 9ffead2 commit 73a8a3d

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
@@ -4202,7 +4202,7 @@ async def test_connect_adam_onoff_cooling_fake_firmware(self):
42024202
assert smile.smile_type == "thermostat"
42034203

42044204
await self.device_test(smile, "2022-01-02 00:00:01", testdata)
4205-
assert self.device_items == 57
4205+
assert self.device_items == 56
42064206
assert smile._cooling_present
42074207
assert smile._cooling_enabled
42084208

0 commit comments

Comments
 (0)