mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
fix(test): unpend party cap test
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user