Skip to content

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch committed Jun 24, 2024
1 parent 50700b2 commit 81f2cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_joblib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ func newLinearRetryPolicy(sleepInterval time.Duration, maxRetryCount uint) async

func (lrp *linearRetryPolicy) ShouldRetry(_ error, tried uint) (bool, time.Duration) {
if tried < lrp.maxRetryCount {
tried++
return true, lrp.sleepInterval
}

Expand Down

0 comments on commit 81f2cca

Please sign in to comment.