Skip to content

Commit

Permalink
Correct device-items assert after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwew committed Oct 10, 2023
1 parent 54c8432 commit 6437775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_smile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3385,7 +3385,7 @@ async def test_adam_heatpump_cooling(self):
server, smile, client = await self.connect_wrapper()

await self.device_test(smile, "2022-01-02 00:00:01", testdata)
assert self.device_items == 423
assert self.device_items == 413

await smile.close_connection()
await self.disconnect(server, client)
Expand Down Expand Up @@ -4188,7 +4188,7 @@ async def test_connect_adam_onoff_cooling_fake_firmware(self):
assert smile.smile_type == "thermostat"

await self.device_test(smile, "2022-01-02 00:00:01", testdata)
assert self.device_items == 55
assert self.device_items == 54
assert smile._cooling_present
assert smile._cooling_enabled

Expand Down

0 comments on commit 6437775

Please sign in to comment.