Skip to content

Commit

Permalink
fix lint (sigstore#1484)
Browse files Browse the repository at this point in the history
Signed-off-by: Priya Wadhwa <[email protected]>
  • Loading branch information
priyawadhwa committed Feb 18, 2022
1 parent 04ad1a6 commit 796db02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cosign/verify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func TestValidateAndUnpackCertInvalidEmail(t *testing.T) {
}

func TestCompareSigs(t *testing.T) {
//TODO(nsmith5): Add test cases for invalid signature, missing signature etc
// TODO(nsmith5): Add test cases for invalid signature, missing signature etc
tests := []struct {
description string
b64sig string
Expand Down

0 comments on commit 796db02

Please sign in to comment.