update Test-Suite to make it work with nlohmann::json
This commit is contained in:
parent
be1792d095
commit
ccc366e850
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user