mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fixes for farcy
This commit is contained in:
parent
cba85cad8d
commit
53d7e0730c
@ -141,7 +141,7 @@ class TestRecorder(unittest.TestCase):
|
||||
self.assertEqual(len(states), 2)
|
||||
|
||||
def test_purge_old_events(self):
|
||||
"""Tests deleting old events."""
|
||||
"""Test deleting old events."""
|
||||
self._add_test_events()
|
||||
events = recorder.query_events('SELECT * FROM events WHERE '
|
||||
'event_type LIKE "EVENT_TEST%"')
|
||||
|
Loading…
x
Reference in New Issue
Block a user