mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Change helper to reject only error message
This commit is contained in:
@@ -99,7 +99,6 @@ describe('GET /groups', () => {
|
||||
expect(tavern._id).to.eql('habitrpg');
|
||||
done();
|
||||
}).catch((err) => {
|
||||
console.log(err);
|
||||
done(err);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user