Skip to content

Commit ea22e94

Browse files
Update distributed_gobreaker_test.go
1 parent 51702a2 commit ea22e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2/distributed_gobreaker_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ func TestCustomDistributedCircuitBreaker(t *testing.T) {
201201
defer mr.Close()
202202

203203
ctx := context.Background()
204-
204+
205205
client := redis.NewClient(&redis.Options{
206206
Addr: mr.Addr(),
207207
})
@@ -296,7 +296,7 @@ func TestCustomDistributedCircuitBreakerStateTransitions(t *testing.T) {
296296
defer mr.Close()
297297

298298
ctx := context.Background()
299-
299+
300300
client := redis.NewClient(&redis.Options{
301301
Addr: mr.Addr(),
302302
})

0 commit comments

Comments
 (0)