Fixing a bad test.
This commit is contained in:
parent
520689fa5b
commit
885a95d847
|
@ -141,6 +141,7 @@ describe('WorkflowSpecListComponent', () => {
|
||||||
description: '',
|
description: '',
|
||||||
category_id: 0,
|
category_id: 0,
|
||||||
display_order: 0,
|
display_order: 0,
|
||||||
|
standalone: false
|
||||||
};
|
};
|
||||||
|
|
||||||
const _upsertWorkflowSpecificationSpy = spyOn((component as any), '_upsertWorkflowSpecification')
|
const _upsertWorkflowSpecificationSpy = spyOn((component as any), '_upsertWorkflowSpecification')
|
||||||
|
|
Loading…
Reference in New Issue