Fix unit tests

This commit is contained in:
Denys Vuika 2016-09-05 14:41:18 +01:00
parent 0f71bc1ba9
commit 0df53cde7a

View File

@ -41,7 +41,7 @@ describe('ActivitiForm', () => {
window['componentHandler'] = componentHandler;
formService = new FormService(null, null);
formComponent = new ActivitiForm(formService, visibilityService, null, null, null);
formComponent = new ActivitiForm(formService, visibilityService, null, null);
});
it('should upgrade MDL content on view checked', () => {