mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix test
This commit is contained in:
committed by
Eugenio Romano
parent
c2520e59a0
commit
a02a17d78b
@@ -40,7 +40,7 @@ describe('ActivitiForm', () => {
|
||||
]);
|
||||
window['componentHandler'] = componentHandler;
|
||||
|
||||
formService = new FormService(null, null, null);
|
||||
formService = new FormService(null);
|
||||
formComponent = new ActivitiForm(formService, visibilityService);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user