mirror of
https://github.com/redis/go-redis.git
synced 2025-10-21 20:53:41 +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 {
|
||||
url string
|
||||
o *redis.FailoverOptions
|
||||
|
Reference in New Issue
Block a user