aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/arrays.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/arrays.json')
-rw-r--r--tests/valid/arrays.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/valid/arrays.json b/tests/valid/arrays.json
index 4d16d8a..58aedbc 100644
--- a/tests/valid/arrays.json
+++ b/tests/valid/arrays.json
@@ -10,9 +10,9 @@
"floats": {
"type": "array",
"value": [
- {"type": "float", "value": "1.0"},
- {"type": "float", "value": "2.0"},
- {"type": "float", "value": "3.0"}
+ {"type": "float", "value": "1.1"},
+ {"type": "float", "value": "2.1"},
+ {"type": "float", "value": "3.1"}
]
},
"strings": {