3
0

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

This commit is contained in:
Denis Arh
2020-06-24 11:24:04 +02:00
parent ce9c997584
commit 5290441cae

View File

@@ -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) {