X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1c175e3a67fbfb94f29c47bdcd02fb28136e591b..5d32ac9ac918929c11602a740c3033bcfdb0f929:/test/python/test_tools_postcodes.py diff --git a/test/python/test_tools_postcodes.py b/test/python/test_tools_postcodes.py index 7d98c452..a3415769 100644 --- a/test/python/test_tools_postcodes.py +++ b/test/python/test_tools_postcodes.py @@ -114,7 +114,6 @@ def test_postcodes_ignore_empty_country(dsn, postcode_table, tmp_path, insert_implicit_postcode, tokenizer): insert_implicit_postcode(1, None, 'POINT(10 12)', dict(postcode='AB 4511')) postcodes.update_postcodes(dsn, tmp_path, tokenizer) - print(postcode_table.row_set) assert not postcode_table.row_set