fix(tests): linting

This commit is contained in:
SabreCat 2023-05-02 10:11:57 -05:00
parent c2515a4042
commit 13e87b1ea0
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,6 @@ import { v4 as generateUUID } from 'uuid';
import {
generateUser,
createAndPopulateGroup,
checkExistence,
translate as t,
} from '../../../../helpers/api-integration/v3';

View file

@ -626,7 +626,8 @@ describe('Post /groups/:groupId/invite', () => {
});
describe('party size limits', () => {
let party, partyLeader;
let party;
let partyLeader;
beforeEach(async () => {
group = await createAndPopulateGroup({