Fixed task api test

This commit is contained in:
Keith Holliday 2016-06-13 15:33:35 -05:00
parent aef16a9661
commit 6ae974878d

View file

@ -70,6 +70,7 @@ public class TaskAPITests extends BaseAPITests {
task.setType(type);
task.setTags(new ArrayList<>());
task.setChecklist(new ArrayList<>());
task.setReminders(new ArrayList<>());
return task;
}