X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2bab0ca060ff224091b20a0ac808a3febaba04b1..8e8f7a641b8b2eadd99e8e3198f762a3c3ebfd67:/test/python/db/test_properties.py 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):