diff --git a/backend/src/schema/resolvers/rooms.spec.ts b/backend/src/schema/resolvers/rooms.spec.ts index 26c95920b..7ebf7cd54 100644 --- a/backend/src/schema/resolvers/rooms.spec.ts +++ b/backend/src/schema/resolvers/rooms.spec.ts @@ -35,7 +35,7 @@ afterAll(async () => { describe('Room', () => { beforeAll(async () => { - ;[chattingUser, otherChattingUser, notChattingUser] = await Promise.all([ + [chattingUser, otherChattingUser, notChattingUser] = await Promise.all([ Factory.build( 'user', {