mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Merge branch 'develop' into api-v3
This commit is contained in:
@@ -12,7 +12,7 @@ describe('GET /user/tasks/', () => {
|
||||
});
|
||||
|
||||
it('gets all tasks', async () => {
|
||||
return user.get(`/user/tasks/`).then((tasks) => {
|
||||
return user.get('/user/tasks/').then((tasks) => {
|
||||
expect(tasks).to.be.an('array');
|
||||
expect(tasks.length).to.equal(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user