From 13e87b1ea05dea99f69482a8539c534e19b5e436 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 2 May 2023 10:11:57 -0500 Subject: [PATCH] fix(tests): linting --- .../api/v3/integration/groups/POST-groups_groupId_join.test.js | 1 - test/api/v3/integration/groups/POST-groups_invite.test.js | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/api/v3/integration/groups/POST-groups_groupId_join.test.js b/test/api/v3/integration/groups/POST-groups_groupId_join.test.js index bbad7a8401..2c6313154b 100644 --- a/test/api/v3/integration/groups/POST-groups_groupId_join.test.js +++ b/test/api/v3/integration/groups/POST-groups_groupId_join.test.js @@ -2,7 +2,6 @@ import { v4 as generateUUID } from 'uuid'; import { generateUser, createAndPopulateGroup, - checkExistence, translate as t, } from '../../../../helpers/api-integration/v3'; diff --git a/test/api/v3/integration/groups/POST-groups_invite.test.js b/test/api/v3/integration/groups/POST-groups_invite.test.js index 58a478be00..179e6dfdee 100644 --- a/test/api/v3/integration/groups/POST-groups_invite.test.js +++ b/test/api/v3/integration/groups/POST-groups_invite.test.js @@ -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({