From 8a207a83fe21da6e498697b9a0ec81932f5208e6 Mon Sep 17 00:00:00 2001 From: Tae-il Lim Date: Sat, 2 Apr 2016 17:15:59 +0900 Subject: Update integration tests to BurntSushi/toml-test@2f1c20de60bc9de743bdb8c7d2e79172fb28e6f8 --- tests/invalid-encoder/array-mixed-types-ints-and-floats.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/invalid-encoder') 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" } ] } -- cgit v1.2.3