mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Fix ecobee flaky test (#25019)
This commit is contained in:
@@ -203,7 +203,7 @@ class TestEcobee(unittest.TestCase):
|
||||
self.data.reset_mock()
|
||||
self.thermostat.set_hvac_mode('heat')
|
||||
self.data.ecobee.set_hvac_mode.assert_has_calls(
|
||||
[mock.call(1, 'auxHeatOnly')])
|
||||
[mock.call(1, 'heat')])
|
||||
|
||||
def test_set_fan_min_on_time(self):
|
||||
"""Test fan min on time setter."""
|
||||
|
||||
Reference in New Issue
Block a user