Skip to content

Commit

Permalink
revert changes for tests in test_set_temperature_mode_heat
Browse files Browse the repository at this point in the history
  • Loading branch information
naruxde committed Sep 18, 2024
1 parent a428cba commit e5422dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/components/fritzbox/test_climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,7 @@ async def test_set_temperature_mode_heat(hass: HomeAssistant, fritz: Mock) -> No
},
True,
)
# FritzDeviceClimateMock has current preset ECO
assert device.set_target_temperature.call_args_list == [call(16)]
assert device.set_target_temperature.call_args_list == [call(22)]


async def test_set_hvac_mode_off(hass: HomeAssistant, fritz: Mock) -> None:
Expand Down

0 comments on commit e5422dd

Please sign in to comment.