Skip to content

Commit f1ccf0e

Browse files
committed
fix: typos
1 parent 894f908 commit f1ccf0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/certinfo/certinfo_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ func TestCertinfo_SetPrivateKeyFromFile(t *testing.T) {
274274

275275
if diff := cmp.Diff(wantKey, cc.PrivKey); diff != "" {
276276
t.Errorf(
277-
"SetCertsFromFile: pool mismatch (-want +got):\n%s",
277+
"SetPrivateKeyFromFile: key mismatch (-want +got):\n%s",
278278
diff,
279279
)
280280
}
@@ -307,7 +307,7 @@ func TestCertinfo_SetTLSInsecure(t *testing.T) {
307307
}
308308
}
309309

310-
func TestCertinfo_SetTLSServeName(t *testing.T) {
310+
func TestCertinfo_SetTLSServerName(t *testing.T) {
311311
tests := []string{
312312
emptyString,
313313
"test",

0 commit comments

Comments
 (0)