1
0
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:
Vladimir Mihailenco
2015-12-22 11:44:49 +02:00
parent ee7c50149d
commit 36487d8462
6 changed files with 36 additions and 21 deletions

View File

@ -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())