Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Feb 10, 2021
1 parent 4050f1b commit ad04093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher/publisher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func setup(t *testing.T) (*Impl, *x509.Certificate, *ecdsa.PrivateKey) {
// TODO(5269): Remove this after all configs have migrated to
// `Chains`.
chain4, err := core.LoadCertBundle("test/testIntermediate.pem")
test.AssertNotError(t, err, "failed to load chain3.")
test.AssertNotError(t, err, "failed to load chain4.")
chain4Issuer := issuance.Certificate{Certificate: chain4[0]}

// Create an example issuerNameID to CT bundle mapping
Expand Down

0 comments on commit ad04093

Please sign in to comment.