Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyfx1 committed May 28, 2021
1 parent 3924cff commit b5951ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Vitocal200.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def test_getMonthSinceLastService_fails(self):
self.assertRaises(PyViCareNotSupportedFeatureError, self.heat.getMonthSinceLastService)

def test_getPrograms_fails(self):
expected_programs = ['active', 'comfort', 'eco', 'fixed', 'normal', 'reduced', 'screedDrying', 'standby', ]
expected_programs = ['active', 'comfort', 'eco', 'fixed', 'normal', 'reduced', 'screedDrying', 'standby']
self.assertListEqual(self.heat.getPrograms(), expected_programs)

def test_getModes(self):
Expand Down

0 comments on commit b5951ea

Please sign in to comment.