fix: typo

This commit is contained in:
Manuel de la Peña
2025-04-16 20:46:50 +02:00
parent 2231b313bd
commit 320a250502

View File

@@ -70,7 +70,7 @@ func withURL(useContainerURI bool) testStoreOption {
}
}
// createTLSCerts creates a CA certificate, a client certificate and a nats certificate,
// createTLSCerts creates a CA certificate, a client certificate and a Redis certificate,
// storing them in the given temporary directory.
func createTLSCerts(t testing.TB) (*tlscert.Certificate, *tlscert.Certificate, *tlscert.Certificate) {
t.Helper()