X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/77bec1261eedf1f3afaa9b03c14c8a8a08b11164..57598a048e9124b905572ed8dc4fa9465b5d38a6:/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'),