Fixing a failing test.

This commit is contained in:
Dan Funk 2020-09-01 10:20:26 -04:00
parent f22ef09855
commit 55a3308334
2 changed files with 4 additions and 1 deletions

4
package-lock.json generated
View File

@ -12077,7 +12077,9 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"sartography-workflow-lib": {
"version": "0.0.386"
"version": "0.0.386",
"resolved": "https://registry.npmjs.org/sartography-workflow-lib/-/sartography-workflow-lib-0.0.386.tgz",
"integrity": "sha512-4BwaVso9miYZSIxEuWqI8lXBnCz0R42QEvahyNMkNmT7Rn2rrknYchedfipxzOMoJpo3T+5hElbDMlilgwQgWQ=="
},
"sass": {
"version": "1.26.3",

View File

@ -342,6 +342,7 @@ describe('WorkflowSpecListComponent', () => {
task_name: 'task_random_num',
file_name: 'random.bpmn',
tag: 'bpmn:definitions',
task_data: {}
};
invalidReq.flush([mockError]);
expect(bottomSheetSpy).toHaveBeenCalled();