Skip to content

Commit

Permalink
test: fix golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WqyJh committed Jan 29, 2024
1 parent 392b16d commit 2040bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ func TestStrongErrorFetch(t *testing.T) {
assert.True(t, time.Since(began) < time.Duration(150)*time.Millisecond)
}

// nolint: unparam
func assertEqualDuration(t *testing.T, expected, actual time.Duration) {
t.Helper()
delta := expected - actual
Expand Down

0 comments on commit 2040bb9

Please sign in to comment.