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 c1a7cd0 commit 832fd7c
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 @@ -353,7 +353,6 @@ test('should support jitter with initialJitter', async (t) => {
lastTime = newTime;

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

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

0 comments on commit 832fd7c

Please sign in to comment.