Skip to content

Commit d18f8ef

Browse files
committed
Change missed test asserts
1 parent c47d86a commit d18f8ef

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
@@ -3882,7 +3882,7 @@ async def test_connect_anna_heatpump_cooling(self):
38823882
"name": "Anna",
38833883
"vendor": "Plugwise",
38843884
"thermostat": {
3885-
"setpoint_low": 0.0,
3885+
"setpoint_low": 4.0,
38863886
"setpoint_high": 22.0,
38873887
"lower_bound": 4.0,
38883888
"upper_bound": 30.0,
@@ -4137,7 +4137,7 @@ async def test_connect_anna_elga_2_schedule_off(self):
41374137
"vendor": "Plugwise",
41384138
"thermostat": {
41394139
"setpoint_low": 19.5,
4140-
"setpoint_high": 40.0,
4140+
"setpoint_high": 30.0,
41414141
"lower_bound": 4.0,
41424142
"upper_bound": 30.0,
41434143
"resolution": 0.1,

0 commit comments

Comments
 (0)