X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2bab0ca060ff224091b20a0ac808a3febaba04b1..3acd7df5c44345ad85aa97a92d582c60a4eba240:/test/python/db/test_properties.py?ds=sidebyside diff --git a/test/python/db/test_properties.py b/test/python/db/test_properties.py index aca1b1f8..e55bb973 100644 --- a/test/python/db/test_properties.py +++ b/test/python/db/test_properties.py @@ -9,7 +9,7 @@ Tests for property table manpulation. """ import pytest -from nominatim_core.db import properties +from nominatim_db.db import properties @pytest.fixture def property_factory(property_table, temp_db_cursor):