Fix typo in place_addressline table name in tests

This commit is contained in:
Aditya30ag
2025-12-30 17:40:08 +05:30
parent 26e62fda19
commit 3b182afa72

View File

@@ -12,7 +12,7 @@ from nominatim_db.tools import freeze
NOMINATIM_RUNTIME_TABLES = [
'country_name', 'country_osm_grid',
'location_postcode', 'location_property_osmline', 'location_property_tiger',
'placex', 'place_adressline',
'placex', 'place_addressline',
'search_name',
'word'
]