mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-957] removed double call to load form (#2046)
This commit is contained in:
@@ -70,7 +70,7 @@ describe('TaskAttachmentList', () => {
|
||||
|
||||
}));
|
||||
|
||||
fit('should show the forms as a list', async(() => {
|
||||
it('should show the forms as a list', async(() => {
|
||||
spyOn(service, 'getForms').and.returnValue(Observable.of([
|
||||
{ name: 'FakeName-1', lastUpdatedByFullName: 'FakeUser-1', lastUpdated: '2017-01-02' },
|
||||
{ name: 'FakeName-2', lastUpdatedByFullName: 'FakeUser-2', lastUpdated: '2017-01-03' }
|
||||
|
Reference in New Issue
Block a user