Skip to content

Commit

Permalink
Update test_VitoairFs300E.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner authored Nov 20, 2024
1 parent cb13f40 commit 88bbecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_VitoairFs300E.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def test_isVentilationDevice(self):
self.assertEqual(self.device.isVentilationDevice(), True)

def test_getActiveMode(self):
self.assertEqual(self.device.getActiveMode(), "permanent")
self.assertEqual(self.device.getActiveMode(), "sensorOverride")

def test_getActiveProgram(self):
self.assertEqual(self.device.getActiveProgram(), "levelOne")
self.assertEqual(self.device.getActiveProgram(), "levelFour")

def test_getAvailableModes(self):
expected_modes = ['permanent', 'ventilation', 'sensorOverride', 'sensorDriven']
Expand Down

0 comments on commit 88bbecb

Please sign in to comment.