fix typo in tests and increase sleep time

This commit is contained in:
Matteo Pagliazzi
2016-03-17 15:20:41 +01:00
parent 3db06c6537
commit 7c005e7c68
3 changed files with 5 additions and 6 deletions

View File

@@ -54,7 +54,6 @@ describe('DELETE /tasks/:id', () => {
});
});
it('cannot delete active challenge tasks'); // TODO after challenges are implemented
it('remove a task from user.tasksOrder'); // TODO
it('removes a task from user.tasksOrder'); // TODO
});
});