Skip to content

Commit e20826c

Browse files
committed
fix readme issues
1 parent 7d0d30d commit e20826c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/index.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ describe('promise blocking queue', () => {
227227
expect(events[1].name).to.eql('two');
228228
expect(events[2].name).to.eql('three');
229229
expect(events[1].time - events[0].time).to.be.lt(50);
230-
expect(events[2].time - events[1].time).to.be.gte(100);
230+
expect(events[2].time - events[1].time).to.be.gte(99);
231231
});
232232
});
233233

0 commit comments

Comments
 (0)