Fix copy&paste mistake (#9378)
parent
d90801f6dd
commit
89d6784fa0
|
@ -9,7 +9,7 @@ from tests.common import (
|
||||||
mock_mqtt_component, fire_mqtt_message, get_test_home_assistant)
|
mock_mqtt_component, fire_mqtt_message, get_test_home_assistant)
|
||||||
|
|
||||||
|
|
||||||
class TestSensorMQTT(unittest.TestCase):
|
class TestSwitchMQTT(unittest.TestCase):
|
||||||
"""Test the MQTT switch."""
|
"""Test the MQTT switch."""
|
||||||
|
|
||||||
def setUp(self): # pylint: disable=invalid-name
|
def setUp(self): # pylint: disable=invalid-name
|
||||||
|
|
Loading…
Reference in New Issue