[ADF-957] removed double call to load form (#2046)

This commit is contained in:
Vito
2017-07-05 09:29:22 -07:00
committed by Eugenio Romano
parent 036a5a0a2b
commit 8727a7870b
3 changed files with 6 additions and 18 deletions

View File

@@ -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' }