diff --git a/test/util.test.js b/test/util.test.js index daf1fcc53..0146a4e2c 100644 --- a/test/util.test.js +++ b/test/util.test.js @@ -22,7 +22,7 @@ describe('Util', () => { }); describe('assertString', () => { - it('Should throw an error if no argument is provided, undefined', () => { + it('Should throw an error if argument provided is an undefined', () => { assert.throws(() => { assertString(); }, TypeError); });