Skip to content

Commit c7dffe0

Browse files
committed
Correct self.smile_setup
1 parent 0cbc056 commit c7dffe0

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
@@ -2237,7 +2237,7 @@ async def test_connect_anna_heatpump_cooling_to_off(self):
22372237
},
22382238
}
22392239

2240-
self.smile_setup = "anna_heatpump_cooling"
2240+
self.smile_setup = "anna_heatpump_cooling_to_off"
22412241
server, smile, client = await self.connect_wrapper()
22422242

22432243
smile.cooling_active = True

0 commit comments

Comments
 (0)