1
0
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:
Nedyalko Dyakov
2025-07-05 13:18:00 +03:00
parent 7a0f316216
commit 225c0bf5b2
2 changed files with 6 additions and 32 deletions

View File

@ -16,6 +16,8 @@ import (
. "github.com/bsm/gomega"
)
var ctx = context.TODO()
var _ = Describe("newClusterState", func() {
var state *clusterState