Type-o
This commit is contained in:
parent
5bdcf60a21
commit
cb3a37691f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue