mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Fix tests docstring
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user