mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Fix litejet tests
This commit is contained in:
@@ -21,7 +21,7 @@ ENTITY_OTHER_LIGHT_NUMBER = 2
|
||||
class TestLiteJetLight(unittest.TestCase):
|
||||
"""Test the litejet component."""
|
||||
|
||||
@mock.patch("pylitejet.LiteJet")
|
||||
@mock.patch("homeassistant.components.litejet.LiteJet")
|
||||
def setup_method(self, method, mock_pylitejet):
|
||||
"""Set up things to be run when tests are started."""
|
||||
self.hass = get_test_home_assistant()
|
||||
|
||||
Reference in New Issue
Block a user