mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
fix(tests): add global ctx in tests
This commit is contained in:
@ -16,6 +16,8 @@ import (
|
||||
. "github.com/bsm/gomega"
|
||||
)
|
||||
|
||||
var ctx = context.TODO()
|
||||
|
||||
var _ = Describe("newClusterState", func() {
|
||||
var state *clusterState
|
||||
|
||||
|
Reference in New Issue
Block a user