diff options
Diffstat (limited to 'tests/invalid-encoder')
-rw-r--r-- | tests/invalid-encoder/array-mixed-types-ints-and-floats.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/invalid-encoder/array-mixed-types-ints-and-floats.json b/tests/invalid-encoder/array-mixed-types-ints-and-floats.json index b7920a0..2d42ead 100644 --- a/tests/invalid-encoder/array-mixed-types-ints-and-floats.json +++ b/tests/invalid-encoder/array-mixed-types-ints-and-floats.json @@ -8,7 +8,7 @@ }, { "type": "float", - "value": "1.0" + "value": "1.1" } ] } |