From 0df53cde7a922d344a60189bedb50415b0d15d1b Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 5 Sep 2016 14:41:18 +0100 Subject: [PATCH] Fix unit tests --- .../src/components/activiti-form.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng2-components/ng2-activiti-form/src/components/activiti-form.component.spec.ts b/ng2-components/ng2-activiti-form/src/components/activiti-form.component.spec.ts index 133206d5b6..37204d11d6 100644 --- a/ng2-components/ng2-activiti-form/src/components/activiti-form.component.spec.ts +++ b/ng2-components/ng2-activiti-form/src/components/activiti-form.component.spec.ts @@ -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', () => {