Skip to content

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
daern91 committed Mar 21, 2024
1 parent 832fd7c commit a945733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ test('should support jitter with minDelay and initialJitter', async (t) => {
}

t.true(actualDelay <= (expectedDelays[context.attemptNum] + DELAY_TOLERANCE));
t.true(actualDelay > 0);

if (context.attemptsRemaining === 0) {
return 'success';
Expand Down

0 comments on commit a945733

Please sign in to comment.