Skip to content

Commit 57cdd32

Browse files
committed
remove FDescribe from cluster tests
1 parent de344fd commit 57cdd32

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ require (
77
github.com/bsm/gomega v1.27.10
88
github.com/cespare/xxhash/v2 v2.3.0
99
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
10-
github.com/fortytw2/leaktest v1.3.0
1110
)
1211

1312
retract (

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
66
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
77
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=
88
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc=
9-
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
10-
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=

osscluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ func slotEqual(s1, s2 redis.ClusterSlot) bool {
254254

255255
// ------------------------------------------------------------------------------
256256

257-
var _ = FDescribe("ClusterClient", func() {
257+
var _ = Describe("ClusterClient", func() {
258258
var failover bool
259259
var opt *redis.ClusterOptions
260260
var client *redis.ClusterClient

0 commit comments

Comments
 (0)