From da02f8ca0f333df518108be475feedbba94ec904 Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Tue, 12 Jan 2016 11:48:07 -0600 Subject: [PATCH] Removed pending status on test --- test/api/v3/integration/groups/PUT-groups.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/v3/integration/groups/PUT-groups.test.js b/test/api/v3/integration/groups/PUT-groups.test.js index 5a7abf3467..38c17df823 100644 --- a/test/api/v3/integration/groups/PUT-groups.test.js +++ b/test/api/v3/integration/groups/PUT-groups.test.js @@ -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,