From c560a962d844e0d59593157c9e4631741d640ac5 Mon Sep 17 00:00:00 2001 From: Victor Starodub Date: Thu, 14 Apr 2016 00:34:48 +0300 Subject: [PATCH] Fixes broken test. --- tests/data.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/data.go b/tests/data.go index f284720..cf4e79b 100644 --- a/tests/data.go +++ b/tests/data.go @@ -382,7 +382,7 @@ type Maps struct { var mapsValue = Maps{ Map: map[string]string{"A": "b"}, // only one item since map iteration is randomized - InterfaceMap: map[string]interface{}{"G": 1}, + InterfaceMap: map[string]interface{}{"G": float64(1)}, } var mapsString = `{` +