diff --git a/cluster_test.go b/cluster_test.go index e8e0802a..9173faea 100644 --- a/cluster_test.go +++ b/cluster_test.go @@ -252,7 +252,6 @@ var _ = Describe("Cluster", func() { val, err := client.Get("A").Result() Expect(err).NotTo(HaveOccurred()) Expect(val).To(Equal("VALUE")) - Expect(client.SlotAddrs(slot)).To(Equal([]string{"127.0.0.1:8224", "127.0.0.1:8221"})) Eventually(func() []string { return client.SlotAddrs(slot)