mirror of
https://github.com/redis/go-redis.git
synced 2025-10-20 09:52:25 +03:00
rename test
This commit is contained in:
@@ -410,7 +410,9 @@ var _ = Describe("SentinelAclAuth", func() {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
func TestParseFailoverURL(t *testing.T) {
|
// renaming from TestParseFailoverURL to TestParseSentinelURL
|
||||||
|
// to be easier to find Failed tests in the test output
|
||||||
|
func TestParseSentinelURL(t *testing.T) {
|
||||||
cases := []struct {
|
cases := []struct {
|
||||||
url string
|
url string
|
||||||
o *redis.FailoverOptions
|
o *redis.FailoverOptions
|
||||||
|
Reference in New Issue
Block a user