Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazar955 committed Dec 23, 2024
1 parent b4989dc commit d3059b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ func TestHandlingDelegations(t *testing.T) {
DoAndReturn(func(_, _, _ interface{}) ([]Delegation, error) {
if callCounter < maxCalls {
callCounter++

return delegations, nil
}

return nil, nil
}).AnyTimes()

Expand Down

0 comments on commit d3059b6

Please sign in to comment.