Fix tests docstring
parent
586208b3ed
commit
7f27cc5468
|
@ -359,7 +359,7 @@ class TestAutomation(unittest.TestCase):
|
||||||
assert self.calls[1].data['position'] == 1
|
assert self.calls[1].data['position'] == 1
|
||||||
|
|
||||||
def test_services(self):
|
def test_services(self):
|
||||||
""" """
|
"""Test the automation services for turning entities on/off."""
|
||||||
entity_id = 'automation.hello'
|
entity_id = 'automation.hello'
|
||||||
|
|
||||||
assert self.hass.states.get(entity_id) is None
|
assert self.hass.states.get(entity_id) is None
|
||||||
|
|
Loading…
Reference in New Issue