X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/927d2cc824e0437dd2ea6abc4ef47c9b3ed3d0aa..a2a44b875a02db284d0f67eb9a20506622da2257:/test/python/api/search/test_query.py diff --git a/test/python/api/search/test_query.py b/test/python/api/search/test_query.py index a4b32824..c39094f0 100644 --- a/test/python/api/search/test_query.py +++ b/test/python/api/search/test_query.py @@ -1,16 +1,15 @@ - # SPDX-License-Identifier: GPL-3.0-or-later # # This file is part of Nominatim. (https://nominatim.org) # -# Copyright (C) 2023 by the Nominatim developer community. +# Copyright (C) 2024 by the Nominatim developer community. # For a full list of authors see the git log. """ Test data types for search queries. """ import pytest -import nominatim.api.search.query as nq +import nominatim_api.search.query as nq def test_token_range_equal(): assert nq.TokenRange(2, 3) == nq.TokenRange(2, 3)