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 07e58a8 commit 72138b9
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 @@ -215,7 +215,7 @@ func TestCustomDistributedCircuitBreaker(t *testing.T) {
return numReqs >= 3 && failureRatio >= 0.6
},
})
assert.NoError(err)
assert.NoError(t, err)

t.Run("Initialization", func(t *testing.T) {
assert.Equal(t, "CustomBreaker", customDCB.Name())
Expand Down

0 comments on commit 72138b9

Please sign in to comment.