mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix related attached file only for task as in the process
This commit is contained in:
@@ -277,7 +277,7 @@ describe('TaskAttachmentList', () => {
|
||||
fixture.detectChanges();
|
||||
fixture.whenStable().then(() => {
|
||||
component.ngOnChanges({ 'taskId': change });
|
||||
expect(getTaskRelatedContentSpy).toHaveBeenCalledWith('456');
|
||||
expect(getTaskRelatedContentSpy).toHaveBeenCalledWith('456', 'true');
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user