From 93c0db232870d9aab3aa7b5dafa7ad58a4306756 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 31 Jul 2019 12:53:07 -0700 Subject: [PATCH] Lint --- tests/components/history/test_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/history/test_init.py b/tests/components/history/test_init.py index 27a90f7eb67..ebd5991235d 100644 --- a/tests/components/history/test_init.py +++ b/tests/components/history/test_init.py @@ -509,7 +509,7 @@ class TestComponentHistory(unittest.TestCase): self.check_significant_states(zero, four, states, config) def test_get_significant_states_are_ordered(self): - """Test order of results from get_significant_states + """Test order of results from get_significant_states. When entity ids are given, the results should be returned with the data in the same order.