Fixes linting errors

This commit is contained in:
mabashian 2019-02-11 11:38:28 -05:00
parent d285261697
commit c0f9ee5e6e

View File

@ -35,11 +35,10 @@ describe('View: Split Jobs List', () => {
get: (str) => {
if (str === 'list.SLICE_JOB') {
return 'Slice Job';
} else {
return '';
}
return '';
}
}
};
ProcessErrors = jasmine.createSpy('ProcessErrors');
Wait = jasmine.createSpy('Wait');