tasklist modify step 1

This commit is contained in:
Eugenio Romano
2016-08-17 16:50:23 +01:00
parent 077df4b87f
commit 9c5d62f5d1
15 changed files with 92 additions and 137 deletions

View File

@@ -64,7 +64,7 @@ describe('ActivitiTaskList', () => {
});
beforeEach(() => {
let activitiSerevice = new ActivitiTaskListService(null, null, null);
let activitiSerevice = new ActivitiTaskListService(null);
taskList = new ActivitiTaskList(null, null, activitiSerevice);
});