aboutsummaryrefslogtreecommitdiff
path: root/tests/valid/arrays-hetergeneous.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valid/arrays-hetergeneous.json')
-rw-r--r--tests/valid/arrays-hetergeneous.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/valid/arrays-hetergeneous.json b/tests/valid/arrays-hetergeneous.json
index e703739..478fa5c 100644
--- a/tests/valid/arrays-hetergeneous.json
+++ b/tests/valid/arrays-hetergeneous.json
@@ -11,8 +11,8 @@
{"type": "string", "value": "b"}
]},
{"type": "array", "value": [
- {"type": "float", "value": "1.0"},
- {"type": "float", "value": "2.0"}
+ {"type": "float", "value": "1.1"},
+ {"type": "float", "value": "2.1"}
]}
]
}