From 3ad6e71f53a87215fb5286bcf87de15524699561 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 12 Nov 2017 17:26:09 -0800 Subject: Move tests into their own crate --- .../array-mixed-types-ints-and-floats.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/invalid-encoder/array-mixed-types-ints-and-floats.json (limited to 'tests/invalid-encoder/array-mixed-types-ints-and-floats.json') 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" - } - ] - } -} -- cgit v1.2.3