Fix copy&paste mistake (#9378)

pull/9423/head
Lukas Barth 2017-09-13 17:00:46 +02:00 committed by Pascal Vizeli
parent d90801f6dd
commit 89d6784fa0
1 changed files with 1 additions and 1 deletions

View File

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