mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
Removed pending status on test
This commit is contained in:
@@ -12,7 +12,7 @@ describe('Put /group', () => {
|
||||
groupLeader = await generateUser({balance: 1});
|
||||
});
|
||||
|
||||
xit('returns an error when a non group leader tries to update', async () => {
|
||||
it('returns an error when a non group leader tries to update', async () => {
|
||||
let groupToUpdate = await groupLeader.post('/groups', {
|
||||
name: groupName,
|
||||
type: groupType,
|
||||
|
||||
Reference in New Issue
Block a user