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,