We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51702a2 commit ea22e94Copy full SHA for ea22e94
v2/distributed_gobreaker_test.go
@@ -201,7 +201,7 @@ func TestCustomDistributedCircuitBreaker(t *testing.T) {
201
defer mr.Close()
202
203
ctx := context.Background()
204
-
+
205
client := redis.NewClient(&redis.Options{
206
Addr: mr.Addr(),
207
})
@@ -296,7 +296,7 @@ func TestCustomDistributedCircuitBreakerStateTransitions(t *testing.T) {
296
297
298
299
300
301
302
0 commit comments