This commit is contained in:
Paulus Schoutsen 2019-07-31 12:53:07 -07:00
parent 0ccffc3e55
commit 93c0db2328

View File

@ -509,7 +509,7 @@ class TestComponentHistory(unittest.TestCase):
self.check_significant_states(zero, four, states, config) self.check_significant_states(zero, four, states, config)
def test_get_significant_states_are_ordered(self): 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 When entity ids are given, the results should be returned with the data
in the same order. in the same order.