fix failing tests

This commit is contained in:
Matteo Pagliazzi
2016-03-11 09:51:59 +01:00
parent 78c1ee2053
commit 29b6e958c6
4 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ describe('PUT /tasks/:id', () => {
let id2 = generateUUID();
let savedDaily = await user.put(`/tasks/${daily._id}`, {
checklist: [
reminders: [
{id: id1, time: new Date(), startDate: new Date()},
{id: id2, time: new Date(), startDate: new Date()},
],