Skip to content

Commit

Permalink
Update distributed_gobreaker_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiyukiMineo authored Dec 28, 2024
1 parent ba15b6d commit 164d8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/distributed_gobreaker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func (r *storeAdapter) SetData(ctx context.Context, key string, value []byte) er
var redisServer *miniredis.Miniredis

func setUpDCB(ctx context.Context) *DistributedCircuitBreaker[any] {
var err error
var err error
redisServer, err := miniredis.Run()
if err != nil {
panic(err)
Expand Down

0 comments on commit 164d8e9

Please sign in to comment.