Skip to content

Commit

Permalink
fixing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Santos committed Jun 25, 2020
1 parent d47e978 commit 76fb8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.queue-performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ describe('queue performance', () => {
console.log(`Queue time: ${totalQueue[0] + totalQueue[1] / 1e9}`);
expect(totalArray[0] + totalArray[1] / 1e9 - (totalQueue[0] + totalQueue[1] / 1e9) < 0.001).to.be.true;
});
})
});

0 comments on commit 76fb8df

Please sign in to comment.