test: fix util test

isekai-main
Barış Soner Uşaklı 3 years ago
parent afc75ba48a
commit 6c1e184c74

@ -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();
});

Loading…
Cancel
Save