Skip to content

Commit

Permalink
Update and rename test_Vitovent.py to test_vitocal-with-vitovent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner authored Nov 11, 2024
1 parent ccd24ca commit e86565b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
from tests.ViCareServiceMock import ViCareServiceMock


class Vitovent(unittest.TestCase):
class Vitocal_with_Vitovent(unittest.TestCase):
def setUp(self):
self.service = ViCareServiceMock('response/Vitovent.json')
self.service = ViCareServiceMock('response/Vitocal-200S-with-Vitovent-300W.json')
self.device = VentilationDevice(self.service)

def test_isDomesticHotWaterDevice(self):
Expand Down

0 comments on commit e86565b

Please sign in to comment.