Skip to content

Commit

Permalink
fix readme issues
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Jul 15, 2019
1 parent 7d0d30d commit e20826c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ describe('promise blocking queue', () => {
expect(events[1].name).to.eql('two');
expect(events[2].name).to.eql('three');
expect(events[1].time - events[0].time).to.be.lt(50);
expect(events[2].time - events[1].time).to.be.gte(100);
expect(events[2].time - events[1].time).to.be.gte(99);
});
});

Expand Down

0 comments on commit e20826c

Please sign in to comment.