This commit is contained in:
Mario Romano
2016-08-23 12:10:47 +01:00
committed by Eugenio Romano
parent c2520e59a0
commit a02a17d78b

View File

@@ -40,7 +40,7 @@ describe('ActivitiForm', () => {
]);
window['componentHandler'] = componentHandler;
formService = new FormService(null, null, null);
formService = new FormService(null);
formComponent = new ActivitiForm(formService, visibilityService);
});