From ccc366e850f4f1448562e5a2842e69b6db0881fc Mon Sep 17 00:00:00 2001 From: Patrick Boettcher Date: Fri, 15 May 2020 10:03:48 +0200 Subject: [PATCH] update Test-Suite to make it work with nlohmann::json --- test/JSON-Schema-Test-Suite/tests/draft7/type.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/JSON-Schema-Test-Suite/tests/draft7/type.json b/test/JSON-Schema-Test-Suite/tests/draft7/type.json index 8304647..efb4f57 100644 --- a/test/JSON-Schema-Test-Suite/tests/draft7/type.json +++ b/test/JSON-Schema-Test-Suite/tests/draft7/type.json @@ -8,11 +8,6 @@ "data": 1, "valid": true }, - { - "description": "a float with zero fractional part is an integer", - "data": 1.0, - "valid": true - }, { "description": "a float is not an integer", "data": 1.1,