Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Dec 9, 2024
1 parent 5c2a107 commit cc011e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/backoff/ticker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ func TestMultiplicativeCounter(t *testing.T) {

// TestMultiplicativeTicker tests the NewMultiplicativeTicker and its behavior.
func TestMultiplicativeTicker(t *testing.T) {
t.Parallel()

baseTime := 100 * time.Millisecond
maxTime := 500 * time.Millisecond

Expand Down

0 comments on commit cc011e5

Please sign in to comment.