diff --git a/modules/route/front/main/index.spec.js b/modules/route/front/main/index.spec.js index 2c7ef16c4e..51b1941178 100644 --- a/modules/route/front/main/index.spec.js +++ b/modules/route/front/main/index.spec.js @@ -49,7 +49,7 @@ describe('Route Component vnRoute', () => { expect(params.scopeDays).toEqual(2); }); - it('should throw an error when scope days has not equal a number', () => { + it('should throw an error when scope days is not equal a number', () => { let params = controller.fetchParams({ scopeDays: 'ScopeDayNoNumber' });