Fixing a bad test.

This commit is contained in:
Dan 2021-05-04 16:23:09 -04:00
parent 520689fa5b
commit 885a95d847
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ describe('WorkflowSpecListComponent', () => {
description: '',
category_id: 0,
display_order: 0,
standalone: false
};
const _upsertWorkflowSpecificationSpy = spyOn((component as any), '_upsertWorkflowSpecification')