mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Stabilize build.
This commit is contained in:
@ -49,7 +49,7 @@ var _ = Describe("Redis ring", func() {
|
||||
Expect(ringShard2.Info().Val()).To(ContainSubstring("keys=43"))
|
||||
})
|
||||
|
||||
It("uses one shard when other shard is down", func() {
|
||||
It("uses single shard when one of the shards is down", func() {
|
||||
// Stop ringShard2.
|
||||
Expect(ringShard2.Close()).NotTo(HaveOccurred())
|
||||
|
||||
|
Reference in New Issue
Block a user