X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2bab0ca060ff224091b20a0ac808a3febaba04b1..267e5dac0ddeff1fdb6560d5b69cd53b23c1e208:/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):