Skip to content

Commit 702bd3e

Browse files
committed
Correct device_items counts after rebase
1 parent d34a11e commit 702bd3e

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

42244224
await self.device_test(smile, "2022-01-02 00:00:01", testdata)
4225-
assert smile.device_items == 55
4225+
assert smile.device_items == 54
42264226
assert smile._cooling_present
42274227
assert smile._cooling_enabled
42284228

0 commit comments

Comments
 (0)