mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fix copy&paste mistake (#9378)
This commit is contained in:
committed by
Pascal Vizeli
parent
d90801f6dd
commit
89d6784fa0
@@ -9,7 +9,7 @@ from tests.common import (
|
||||
mock_mqtt_component, fire_mqtt_message, get_test_home_assistant)
|
||||
|
||||
|
||||
class TestSensorMQTT(unittest.TestCase):
|
||||
class TestSwitchMQTT(unittest.TestCase):
|
||||
"""Test the MQTT switch."""
|
||||
|
||||
def setUp(self): # pylint: disable=invalid-name
|
||||
|
Reference in New Issue
Block a user