fix(tests): cleanup continues

This commit is contained in:
SabreCat
2023-07-27 16:18:25 -05:00
parent 2cfe11619a
commit 0ba3cd3bdf
6 changed files with 11 additions and 118 deletions

View File

@@ -51,6 +51,7 @@ describe('POST /user/purchase/:type/:key', () => {
type: 'guild',
privacy: 'private',
},
upgradeToGroupPlan: true,
});
await group.update({
'leaderOnly.getGems': true,
@@ -77,6 +78,7 @@ describe('POST /user/purchase/:type/:key', () => {
privacy: 'private',
},
members: 1,
upgradeToGroupPlan: true,
});
await group.update({
'leaderOnly.getGems': true,