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 29, 2024
1 parent 8bd4df0 commit 2d7f9a7
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 @@ -68,7 +68,7 @@ func setUpDCB() *DistributedCircuitBreaker[any] {
ctx: context.Background(),
client: client,
rs: redsync.New(goredis.NewPool(client)),
mutex: map[string]*redsync.Mutex{}
mutex: map[string]*redsync.Mutex{},
}

dcb, err := NewDistributedCircuitBreaker[any](store, Settings{
Expand Down

0 comments on commit 2d7f9a7

Please sign in to comment.