Commit 5290441c authored by Denis Arh's avatar Denis Arh
Browse files

Remove spew.dump from compose/types/record_test.go

parent ce9c9975
......@@ -60,8 +60,6 @@ func TestRecordUnmarshal(t *testing.T) {
t.Errorf("failed to marshal record: %v", err)
} else if err = json.Unmarshal(j, tt.preloaded); err != nil {
t.Errorf("failed to unmarshal record: %v", err)
} else {
spew.Dump(string(j))
}
if !reflect.DeepEqual(tt.preloaded, tt.final) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment