vendor
This commit is contained in:
13
vendor/github.com/google/certificate-transparency-go/x509/errors_test.go
generated
vendored
Normal file
13
vendor/github.com/google/certificate-transparency-go/x509/errors_test.go
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
package x509
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestTemplateIDs(t *testing.T) {
|
||||
for id, template := range idToError {
|
||||
if template.ID != id {
|
||||
t.Errorf("idToError[%v].id=%v; want %v", id, template.ID, id)
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user