diff --git a/test/utils.js b/test/utils.js index 20c0980e41..b76196c3eb 100644 --- a/test/utils.js +++ b/test/utils.js @@ -147,7 +147,7 @@ describe('Utility Methods', () => { describe('cleanUpTag', () => { it('should cleanUp a tag', (done) => { - const cleanedTag = utils.cleanUpTag(',/#!$%^*;TaG1:{}=_`<>\'"~()?|'); + const cleanedTag = utils.cleanUpTag(',/#!$^*;TaG1:{}=_`<>\'"~()?|'); assert.equal(cleanedTag, 'tag1'); done(); });