Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
  • Loading branch information
ramonpetgrave64 committed May 21, 2024
1 parent 97ea5f8 commit fb7d931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions verifiers/verifier_regression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ func Test_VerifyNpmPackage(t *testing.T) {
ExpectedID: &tt.builderID,
}
opts := sigstoreTUF.DefaultOptions().WithForceCache() // offline tests
sigastoreTUFClient, err := sigstoreTUF.New(opts)
sigstoreTUFClient, err := sigstoreTUF.New(opts)
if err != nil {
t.Fatal(err)
}
VerifyNpmPackageWithSigstoreTUFClient(context.Background(), attestaions, artifactHash, provenanceOpts, builderOpts, sigastoreTUFClient)
VerifyNpmPackageWithSigstoreTUFClient(context.Background(), attestaions, artifactHash, provenanceOpts, builderOpts, sigstoreTUFClient)
})
}
}
Expand Down

0 comments on commit fb7d931

Please sign in to comment.