Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenvegt committed Dec 13, 2024
1 parent 1cbf0f2 commit cdf4440
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions did_x509/did_x509_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,17 +269,8 @@ func TestParseDid(t *testing.T) {
}

if tt.want != nil && got != nil {

assert.Equal(t, tt.want.Policies, got.Policies)
}

// if tt.want != nil && got != nil &&
// (tt.want.Version != got.Version ||
// tt.want.RootCertificateHashAlg != got.RootCertificateHashAlg ||
// tt.want.RootCertificateHash != got.RootCertificateHash ||
// !reflect.DeepEqual(tt.want.Policies, got.Policies)) {
// t.Errorf("ParseDid() expected = %v, got = %v", tt.want, got)
// }
})
}
}

0 comments on commit cdf4440

Please sign in to comment.