Skip to content

Commit 0b11dd0

Browse files
authored
Merge pull request #3925 from Aditya30ag/fix-typo-place-addressline-test
Fix typo in place_addressline table name in tests
2 parents ae77a95 + 3b182af commit 0b11dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/python/tools/test_freeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
NOMINATIM_RUNTIME_TABLES = [
1313
'country_name', 'country_osm_grid',
1414
'location_postcode', 'location_property_osmline', 'location_property_tiger',
15-
'placex', 'place_adressline',
15+
'placex', 'place_addressline',
1616
'search_name',
1717
'word'
1818
]

0 commit comments

Comments
 (0)