Skip to content

Commit add90f4

Browse files
committed
Fix assert
1 parent 092dd0f commit add90f4

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
@@ -1097,7 +1097,7 @@ async def test_connect_anna_v4(self):
10971097
"water_temperature": 51.0,
10981098
"intended_boiler_temperature": 0.0,
10991099
"modulation_level": 0.0,
1100-
"return_temperature": 42.0,
1100+
"return_temperature": 41.0,
11011101
"water_pressure": 2.1,
11021102
},
11031103
"switches": {"dhw_cm_switch": False},

0 commit comments

Comments
 (0)