From 915b9cb3eb110a3e7ed4e55ae63e53357739f061 Mon Sep 17 00:00:00 2001 From: Teagan Glenn Date: Mon, 8 Aug 2016 20:19:56 -0600 Subject: [PATCH] Fix pydoc strings --- tests/components/switch/test_flux.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/components/switch/test_flux.py b/tests/components/switch/test_flux.py index 99815250794..3e12f2e2d37 100644 --- a/tests/components/switch/test_flux.py +++ b/tests/components/switch/test_flux.py @@ -482,7 +482,7 @@ class TestSwitchFlux(unittest.TestCase): self.assertEqual(call.data[light.ATTR_XY_COLOR], [0.452, 0.386]) def test_flux_with_mired(self): - """Test the flux switch´s mode mired""" + """Test the flux switch´s mode mired.""" platform = loader.get_component('light.test') platform.init() self.assertTrue( @@ -524,7 +524,7 @@ class TestSwitchFlux(unittest.TestCase): self.assertEqual(call.data[light.ATTR_COLOR_TEMP], 269) def test_flux_with_kelvin(self): - """Test the flux switch´s mode kelvin""" + """Test the flux switch´s mode kelvin.""" platform = loader.get_component('light.test') platform.init() self.assertTrue(