1
0
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:
Paulus Schoutsen
2019-12-04 21:47:35 -08:00
parent 52926f1961
commit 41440d4f1b
4 changed files with 4 additions and 4 deletions

View File

@@ -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()