mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 02:47:59 +00:00
adapt unit tests to new postcode algorithms
This commit is contained in:
@@ -150,7 +150,7 @@ def test_truncate_database_tables(temp_db_conn, temp_db_cursor, table_factory, w
|
||||
tables = ['placex', 'place_addressline', 'location_area',
|
||||
'location_area_country',
|
||||
'location_property_tiger', 'location_property_osmline',
|
||||
'location_postcode', 'location_road_23']
|
||||
'location_postcodes', 'location_road_23']
|
||||
if with_search:
|
||||
tables.append('search_name')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user