Skip to content

Commit

Permalink
update Test-Suite to make it work with nlohmann::json
Browse files Browse the repository at this point in the history
  • Loading branch information
pboettch committed May 15, 2020
1 parent be1792d commit ccc366e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/JSON-Schema-Test-Suite/tests/draft7/type.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ccc366e

Please sign in to comment.