forked from home-assistant/core
fix typo while were in here
This commit is contained in:
@@ -41,7 +41,7 @@ class TestMediaPlayer(unittest.TestCase):
|
|||||||
|
|
||||||
def test_services(self):
|
def test_services(self):
|
||||||
"""
|
"""
|
||||||
Test if the call service methods conver to correct service calls.
|
Test if the call service methods convert to correct service calls.
|
||||||
"""
|
"""
|
||||||
services = {
|
services = {
|
||||||
SERVICE_TURN_ON: media_player.turn_on,
|
SERVICE_TURN_ON: media_player.turn_on,
|
||||||
|
Reference in New Issue
Block a user