X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c7e8a82d687758fea374edd43f11d1533d942b7b..7f11de0db9ecbb2a8f7551815285d7553747a96e:/test/python/utils/test_json_writer.py diff --git a/test/python/utils/test_json_writer.py b/test/python/utils/test_json_writer.py index 08a091f4..53e3f4d3 100644 --- a/test/python/utils/test_json_writer.py +++ b/test/python/utils/test_json_writer.py @@ -2,7 +2,7 @@ # # 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. """ Tests for the streaming JSON writer. @@ -11,7 +11,7 @@ import json import pytest -from nominatim.utils.json_writer import JsonWriter +from nominatim_api.utils.json_writer import JsonWriter @pytest.mark.parametrize("inval,outstr", [(None, 'null'), (True, 'true'), (False, 'false'),