mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-21 13:24:16 +00:00
fix(tests): linting
This commit is contained in:
parent
c2515a4042
commit
13e87b1ea0
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,6 @@ import { v4 as generateUUID } from 'uuid';
|
|||
import {
|
||||
generateUser,
|
||||
createAndPopulateGroup,
|
||||
checkExistence,
|
||||
translate as t,
|
||||
} from '../../../../helpers/api-integration/v3';
|
||||
|
||||
|
|
|
|||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue