Fix tests docstring

pull/2980/head
Paulus Schoutsen 2016-08-27 07:45:46 +01:00
parent 586208b3ed
commit 7f27cc5468
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ class TestAutomation(unittest.TestCase):
assert self.calls[1].data['position'] == 1
def test_services(self):
""" """
"""Test the automation services for turning entities on/off."""
entity_id = 'automation.hello'
assert self.hass.states.get(entity_id) is None