Skip to content

Commit

Permalink
Update test_zigbee_zk03840.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner authored Oct 2, 2024
1 parent c0bbe5f commit c8efa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_zigbee_zk03840.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class ZK03840(unittest.TestCase):
def setUp(self):
self.service = ViCareServiceMock('response/zigbee_zk03840.json')
self.service = ViCareServiceMock('response/zigbee_zk03840_trv.json')
self.device = RadiatorActuator(self.service)

def test_getTemperature(self):
Expand Down

0 comments on commit c8efa6d

Please sign in to comment.