update a test

This commit is contained in:
alicia pritchett 2021-09-29 16:54:54 -04:00
parent 2f6ea0ddda
commit 3abb00afe1

View File

@ -263,6 +263,7 @@ describe('WorkflowSpecListComponent', () => {
id: null,
name: '',
display_name: '',
admin: null,
};
const _upsertWorkflowSpecCategorySpy = spyOn((component as any), '_upsertWorkflowSpecCategory')