Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Oct 23, 2024
1 parent 9f2190b commit 769b8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func TestClientLimitsMaxConnections(t *testing.T) {
}
callbackGot := 0
connRefuseNotify := func() {
callbackGot += 1
callbackGot++
}
c, err := proxy.NewClient(context.Background(), d, testLogger, in, connRefuseNotify)
if err != nil {
Expand Down

0 comments on commit 769b8cd

Please sign in to comment.