Skip to content

Commit 412c83f

Browse files
committed
Update var-name in test as well
1 parent 424073d commit 412c83f

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
@@ -3135,8 +3135,8 @@ async def test_connect_anna_heatpump_cooling_to_off(self):
31353135
self.smile_setup = "anna_heatpump_cooling_to_off"
31363136
server, smile, client = await self.connect_wrapper()
31373137

3138-
# Preset _cooling_enabled to True, will turn to False due to the lowered outdoor temp
3139-
smile._cooling_enabled = True
3138+
# Preset _anna_cooling_derived to True, will turn to False due to the lowered outdoor temp
3139+
smile._anna_cooling_derived = True
31403140
await self.device_test(smile, testdata)
31413141
await smile.close_connection()
31423142
await self.disconnect(server, client)

0 commit comments

Comments
 (0)