From 9424ae2f749d9e3b1d00f6801f685fba3d9a2694 Mon Sep 17 00:00:00 2001 From: Lorenz Leitner Date: Fri, 15 Oct 2021 09:44:58 +0200 Subject: Return no results of json parsing fails --- tests/resources/wolfram_alpha_api_response_wrong_json.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/resources/wolfram_alpha_api_response_wrong_json.json (limited to 'tests') diff --git a/tests/resources/wolfram_alpha_api_response_wrong_json.json b/tests/resources/wolfram_alpha_api_response_wrong_json.json new file mode 100644 index 0000000..011b940 --- /dev/null +++ b/tests/resources/wolfram_alpha_api_response_wrong_json.json @@ -0,0 +1,3 @@ +{ + "foo": {} +} -- cgit v1.2.3