This commit is contained in:
Teagan Glenn 2016-08-18 16:28:19 -06:00 committed by GitHub
parent 5bdcf60a21
commit cb3a37691f

View file

@ -122,7 +122,7 @@ class TestWundergroundSetup(unittest.TestCase):
@unittest.mock.patch('requests.get', side_effect=mocked_requests_get)
def test_sensor(self, req_mock):
"""Test the wundergroun sensor class and methods."""
"""Test the wunderground sensor class and methods."""
wunderground.setup_platform(self.hass, VALID_CONFIG, self.add_devices,
None)
for device in self.DEVICES: