Removed pending status on test

This commit is contained in:
Keith Holliday
2016-01-12 11:48:07 -06:00
parent 99217e865c
commit da02f8ca0f

View File

@@ -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,