Skip to content

Commit fec88bb

Browse files
committed
update test error message
Change-Id: I2f14c9c343f3555b689b991443fdc00b26b99e65
1 parent 697b009 commit fec88bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/x509/x509_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2910,7 +2910,7 @@ func TestCreateRevocationList(t *testing.T) {
29102910
parsedCRL.Number.String(), tc.template.Number.String())
29112911
}
29122912
if !bytes.Equal(parsedCRL.AuthorityKeyId, tc.issuer.SubjectKeyId) {
2913-
t.Fatalf("Generated CRL has wrong Number: got %x, want %x",
2913+
t.Fatalf("Generated CRL has wrong AuthorityKeyId: got %x, want %x",
29142914
parsedCRL.AuthorityKeyId, tc.issuer.SubjectKeyId)
29152915
}
29162916
})

0 commit comments

Comments
 (0)