We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e713c commit 9bbd200Copy full SHA for 9bbd200
out_s3_test.go
@@ -67,8 +67,7 @@ func TestCreateJSONWithNestedKey(t *testing.T) {
67
record := make(map[interface{}]interface{})
68
record["key"] = "value"
69
record["number"] = 8
70
- record["nested"] = map[interface{}]interface{}{"key": map[interface{}]interface{}{"key2":"not base64 encoded"}}
71
-
+ record["nested"] = map[interface{}]interface{}{"key": map[interface{}]interface{}{"key2": "not base64 encoded"}}
72
73
line, err := createJSON(record)
74
if err != nil {
0 commit comments