aboutsummaryrefslogtreecommitdiff
path: root/tests/invalid-encoder/array-mixed-types-ints-and-floats.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/invalid-encoder/array-mixed-types-ints-and-floats.json')
-rw-r--r--tests/invalid-encoder/array-mixed-types-ints-and-floats.json15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index 2d42ead..0000000
--- a/tests/invalid-encoder/array-mixed-types-ints-and-floats.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "ints-and-floats": {
- "type": "array",
- "value": [
- {
- "type": "integer",
- "value": "1"
- },
- {
- "type": "float",
- "value": "1.1"
- }
- ]
- }
-}