From a02a17d78ba4253aecc82aeb41086b596781e1ac Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Tue, 23 Aug 2016 12:10:47 +0100 Subject: [PATCH] fix test --- .../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 8a2a2911cf..4571c1a6a4 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 @@ -40,7 +40,7 @@ describe('ActivitiForm', () => { ]); window['componentHandler'] = componentHandler; - formService = new FormService(null, null, null); + formService = new FormService(null); formComponent = new ActivitiForm(formService, visibilityService); });