From 3b182afa726a53ae0521adbfc734fc95f505c75c Mon Sep 17 00:00:00 2001 From: Aditya30ag Date: Tue, 30 Dec 2025 17:40:08 +0530 Subject: [PATCH] Fix typo in place_addressline table name in tests --- test/python/tools/test_freeze.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/python/tools/test_freeze.py b/test/python/tools/test_freeze.py index 21e49b8d..10986120 100644 --- a/test/python/tools/test_freeze.py +++ b/test/python/tools/test_freeze.py @@ -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' ]