mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Updated notification name and other minor fixes
This commit is contained in:
@@ -47,8 +47,7 @@ describe('GET /approvals/group/:groupId', () => {
|
||||
});
|
||||
|
||||
it('gets a list of task that need approval', async () => {
|
||||
let apporovals = await user.get(`/approvals/group/${guild._id}`);
|
||||
|
||||
expect(apporovals[0]._id).to.equal(syncedTask._id);
|
||||
let approvals = await user.get(`/approvals/group/${guild._id}`);
|
||||
expect(approvals[0]._id).to.equal(syncedTask._id);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user