From 1c4ac6017dd06ee4194ce521f51c9ba35a64f1a9 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Wed, 7 Oct 2015 01:21:41 -0400 Subject: [PATCH] fix typo while were in here --- tests/components/test_media_player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/test_media_player.py b/tests/components/test_media_player.py index f1c56e5a0b0..7d7ddb33ac0 100644 --- a/tests/components/test_media_player.py +++ b/tests/components/test_media_player.py @@ -41,7 +41,7 @@ class TestMediaPlayer(unittest.TestCase): 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 = { SERVICE_TURN_ON: media_player.turn_on,