X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/92f6ec2328606666032f7e9adc0c3cdcd7c76804..d35400a7d7655e777224db9beddb44a68f4f2949:/test/python/test_tokenizer_icu.py diff --git a/test/python/test_tokenizer_icu.py b/test/python/test_tokenizer_icu.py index 52cca6a7..6a2f2f8b 100644 --- a/test/python/test_tokenizer_icu.py +++ b/test/python/test_tokenizer_icu.py @@ -169,9 +169,7 @@ def test_init_word_table(tokenizer_factory, test_config, place_row, word_table): tok.init_new_db(test_config) assert word_table.get_partial_words() == {('test', 1), - ('no', 1), ('area', 2), - ('holz', 1), ('strasse', 1), - ('str', 1)} + ('no', 1), ('area', 2)} def test_init_from_project(monkeypatch, test_config, tokenizer_factory):