X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/4da4cbfe27a576ae011430b2de205c74435e241b..b1fc721f4b5b32b5881cc1bb9e0f038f5d0595cb:/test/python/db/test_properties.py diff --git a/test/python/db/test_properties.py b/test/python/db/test_properties.py index e55bb973..84d7dae0 100644 --- a/test/python/db/test_properties.py +++ b/test/python/db/test_properties.py @@ -2,7 +2,7 @@ # # This file is part of Nominatim. (https://nominatim.org) # -# Copyright (C) 2024 by the Nominatim developer community. +# Copyright (C) 2025 by the Nominatim developer community. # For a full list of authors see the git log. """ Tests for property table manpulation. @@ -11,6 +11,7 @@ import pytest from nominatim_db.db import properties + @pytest.fixture def property_factory(property_table, temp_db_cursor): """ A function fixture that adds a property into the property table.