mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-17 11:32:05 +00:00
Fixed task api test
This commit is contained in:
parent
aef16a9661
commit
6ae974878d
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue