From 9787d25977f5679b2636fb7d8cb2608cff7ad526 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Thu, 29 Oct 2020 14:31:39 +0100 Subject: Start storing data in value slots for sorting and range search. --- tests/test_collection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_collection.py') diff --git a/tests/test_collection.py b/tests/test_collection.py index bbc35ba..f3e06da 100644 --- a/tests/test_collection.py +++ b/tests/test_collection.py @@ -272,7 +272,7 @@ class testComplexCollection(unittest.TestCase): ) self.assertEqual(len(self.collection.settings['fields']), 9) self.assertIsNotNone(self.collection.stemmer) - self.assertEqual(len(self.collection.indexed_fields), 6) + self.assertEqual(len(self.collection.indexed_fields), 7) def test_index(self): self.collection.update_cache() -- cgit v1.2.3