Fix and bump

This commit is contained in:
alicia pritchett 2022-03-18 16:31:53 -04:00
parent 484988019d
commit 978e4e0cc9
3 changed files with 54 additions and 20786 deletions

20835
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -63,7 +63,7 @@
"ngx-markdown": "^12.0.1",
"protractor": "^7.0.0",
"rxjs": "^6.5.3",
"sartography-workflow-lib": "0.0.602",
"sartography-workflow-lib": "0.0.614",
"tslib": "^2.3.0",
"uuid": "^8.3.2",
"zone.js": "~0.11.4"

View File

@ -412,7 +412,8 @@ describe('WorkflowSpecListComponent', () => {
task_data: {},
line_number: 12,
offset: 0,
error_line: 'x != y'
error_line: 'x != y',
task_trace: []
};
invalidReq.flush([mockError]);
expect(bottomSheetSpy).toHaveBeenCalled();