mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
adapt tests to new country token format
This commit is contained in:
@@ -405,7 +405,7 @@ class TestPlaceNames:
|
||||
info = self.analyzer.process_place(place)
|
||||
|
||||
self.expect_name_terms(info, '#norge', 'norge')
|
||||
assert word_table.get_country() == {('no', 'NORGE')}
|
||||
assert word_table.get_country() == {('no', 'NORGE', 'Norge')}
|
||||
|
||||
|
||||
class TestPlaceAddress:
|
||||
|
||||
Reference in New Issue
Block a user