changed message
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
4f644cb708
commit
3f963f2d99
|
@ -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'
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue