mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Unexport helper command
This commit is contained in:
@ -68,7 +68,7 @@ var _ = Describe("Sentinel", func() {
|
||||
// Verify master->slaves sync.
|
||||
var slavesAddr []string
|
||||
Eventually(func() []string {
|
||||
slavesAddr = sentinel.GetSlavesAddrByName(ctx, sentinelName)
|
||||
slavesAddr = redis.GetSlavesAddrByName(ctx, sentinel, sentinelName)
|
||||
return slavesAddr
|
||||
}, "15s", "100ms").Should(HaveLen(2))
|
||||
Eventually(func() bool {
|
||||
|
Reference in New Issue
Block a user