Skip to content
Snippets Groups Projects
Commit 5dba320e authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

longer string as min_length is 4 by default

parent 2eb0ea38
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class AutoCompleteTestCase(TestCase):
self.assertEqual(models.IndexedWord.objects.count(), 2)
def test_split_ok(self):
business_process.add_text_to_index("abc (abc) abc|abc,,,,]]]abc")
business_process.add_text_to_index("abcd (abcd) abcd|abcd,,,,]]]abcd")
business_process.clean_duplicate()
self.assertEqual(models.IndexedWord.objects.count(), 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment