chore: unneeded debug

This commit is contained in:
Derrick Hammer 2024-01-05 06:17:52 -05:00
parent 951f0062da
commit 70c63a5a34
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ func TestDirectoryMetadata_DecodeMsgpack(t *testing.T) {
t.Errorf("DecodeMsgpack() error = %v, wantErr %v", err, tt.wantErr) t.Errorf("DecodeMsgpack() error = %v, wantErr %v", err, tt.wantErr)
} }
fmt.Println(cmp.Diff(jsonDm, dm))
if !cmp.Equal(jsonDm, dm) { if !cmp.Equal(jsonDm, dm) {
t.Errorf("DecodeMsgpack() error = %v, wantErr %v", "msgpack does not match json", tt.wantErr) t.Errorf("DecodeMsgpack() error = %v, wantErr %v", "msgpack does not match json", tt.wantErr)
} }