Skip to content

Commit 4f7c904

Browse files
committed
fix: typo
1 parent 0248027 commit 4f7c904

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/certinfo/common_handlers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ func TestCertinfo_certMatchPrivateKey_matchTrue(t *testing.T) {
568568
}
569569

570570
func TestCertinfo_PrintCertInfo(t *testing.T) {
571-
t.Run("RSA Sample Certtificate", func(t *testing.T) {
571+
t.Run("RSA Sample Certificate", func(t *testing.T) {
572572
buffer := bytes.Buffer{}
573573
PrintCertInfo(RSACaCertParent, 1, &buffer)
574574

0 commit comments

Comments
 (0)