mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
Fixes broken test.
This commit is contained in:
+1
-1
@@ -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 = `{` +
|
||||
|
||||
Reference in New Issue
Block a user