Revert "Unlimit parties (#8653)"

This reverts commit a4feae4dbb.
This commit is contained in:
SabreCat
2017-04-11 18:54:30 +00:00
parent 635c0cf3d1
commit a466d20935
3 changed files with 3 additions and 3 deletions
@@ -438,7 +438,7 @@ describe('Post /groups/:groupId/invite', () => {
})).to.be.an('array');
});
xit('does not allow 30+ members in a party', async () => {
it('does not allow 30+ members in a party', async () => {
let invitesToGenerate = [];
// Generate 30 users to invite (30 + leader = 31 members)
for (let i = 0; i < PARTY_LIMIT_MEMBERS; i++) {