changed message
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Padawan 2021-02-01 13:19:26 +01:00
parent 4f644cb708
commit 3f963f2d99
1 changed files with 1 additions and 1 deletions

View File

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