Skip to content

Commit 63a9897

Browse files
committed
incorporated review comments
Signed-off-by: Mukuls77 <[email protected]>
1 parent 8743a71 commit 63a9897

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cosign/verify_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,6 @@ func TestValidateAndUnpackCertWithIntermediatesSuccess(t *testing.T) {
12411241
rootPool.AddCert(rootCert)
12421242
subPool := x509.NewCertPool()
12431243
rootPool.AddCert(subCert)
1244-
subPool.AddCert(subCert)
12451244

12461245
co := &CheckOpts{
12471246
RootCerts: rootPool,

0 commit comments

Comments
 (0)