diff --git a/test/utils.js b/test/utils.js index 370c05d298..2d3edb7ff0 100644 --- a/test/utils.js +++ b/test/utils.js @@ -119,7 +119,7 @@ describe('Utility Methods', () => { }); it('should always return 3', () => { - const { secureRandom } = require('../src/utils') + const { secureRandom } = require('../src/utils'); const r1 = secureRandom(3, 3); assert.strictEqual(r1, 3); });