X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5a245e33e08d3b0b825cb8f9b47214e1b221118e..4cc788f69e1191d2dd985aeac143597566529f24:/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.