mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 16:22:52 +08:00
fix: typo in tests name
This commit is contained in:
@@ -401,7 +401,7 @@ func Test_Redis_Conn(t *testing.T) {
|
|||||||
require.True(t, testStore.Conn() != nil)
|
require.True(t, testStore.Conn() != nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_Redis_Initalize_WithHostPort(t *testing.T) {
|
func Test_Redis_Initialize_WithHostPort(t *testing.T) {
|
||||||
var (
|
var (
|
||||||
key = "clark"
|
key = "clark"
|
||||||
val = []byte("kent")
|
val = []byte("kent")
|
||||||
@@ -421,7 +421,7 @@ func Test_Redis_Initalize_WithHostPort(t *testing.T) {
|
|||||||
require.NoError(t, err)
|
require.NoError(t, err)
|
||||||
}
|
}
|
||||||
|
|
||||||
func Test_Redis_Initalize_WithURL_TLS_Verify(t *testing.T) {
|
func Test_Redis_Initialize_WithURL_TLS_Verify(t *testing.T) {
|
||||||
testFn := func(secureURL bool, mtlsDisabled bool) {
|
testFn := func(secureURL bool, mtlsDisabled bool) {
|
||||||
testStore := newTestStore(t, withTLS(secureURL, mtlsDisabled))
|
testStore := newTestStore(t, withTLS(secureURL, mtlsDisabled))
|
||||||
defer testStore.Close()
|
defer testStore.Close()
|
||||||
|
Reference in New Issue
Block a user