Fixes broken test.

This commit is contained in:
Victor Starodub
2016-04-14 00:34:48 +03:00
parent 5fe9e3c4b3
commit c560a962d8
+1 -1
View File
@@ -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 = `{` +