From 2d7f9a78b9901b51f76d40d34558219030c8e604 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Mineo Date: Sun, 29 Dec 2024 14:06:59 +0900 Subject: [PATCH] Update distributed_gobreaker_test.go --- v2/distributed_gobreaker_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/distributed_gobreaker_test.go b/v2/distributed_gobreaker_test.go index 1635f6f..64e14c1 100644 --- a/v2/distributed_gobreaker_test.go +++ b/v2/distributed_gobreaker_test.go @@ -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{