update Test-Suite to make it work with nlohmann::json

This commit is contained in:
Patrick Boettcher 2020-05-15 10:03:48 +02:00
parent be1792d095
commit ccc366e850

View File

@ -8,11 +8,6 @@
"data": 1, "data": 1,
"valid": true "valid": true
}, },
{
"description": "a float with zero fractional part is an integer",
"data": 1.0,
"valid": true
},
{ {
"description": "a float is not an integer", "description": "a float is not an integer",
"data": 1.1, "data": 1.1,