mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00
fix: typo
This commit is contained in:
@@ -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.
|
// storing them in the given temporary directory.
|
||||||
func createTLSCerts(t testing.TB) (*tlscert.Certificate, *tlscert.Certificate, *tlscert.Certificate) {
|
func createTLSCerts(t testing.TB) (*tlscert.Certificate, *tlscert.Certificate, *tlscert.Certificate) {
|
||||||
t.Helper()
|
t.Helper()
|
||||||
|
Reference in New Issue
Block a user