We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894f908 commit f1ccf0eCopy full SHA for f1ccf0e
1 file changed
internal/certinfo/certinfo_test.go
@@ -274,7 +274,7 @@ func TestCertinfo_SetPrivateKeyFromFile(t *testing.T) {
274
275
if diff := cmp.Diff(wantKey, cc.PrivKey); diff != "" {
276
t.Errorf(
277
- "SetCertsFromFile: pool mismatch (-want +got):\n%s",
+ "SetPrivateKeyFromFile: key mismatch (-want +got):\n%s",
278
diff,
279
)
280
}
@@ -307,7 +307,7 @@ func TestCertinfo_SetTLSInsecure(t *testing.T) {
307
308
309
310
-func TestCertinfo_SetTLSServeName(t *testing.T) {
+func TestCertinfo_SetTLSServerName(t *testing.T) {
311
tests := []string{
312
emptyString,
313
"test",
0 commit comments