Skip to content

Commit

Permalink
#58 run prettier 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
xeronimus committed Aug 25, 2023
1 parent 4ff1d37 commit e0651bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/test/integration/commands/joinRoomTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,8 @@ test('existing room with matching user already in room (re-join) ', async () =>
});

test('existing room with user match, command has no email nor avatar in payload', async () => {
const {processor, userId, roomId, mockRoomsStore} = await prepOneUserInOneRoom(
'custom-user-name'
);
const {processor, userId, roomId, mockRoomsStore} =
await prepOneUserInOneRoom('custom-user-name');

mockRoomsStore.manipulate((room) => {
room.users[0].email = '[email protected]';
Expand Down

0 comments on commit e0651bd

Please sign in to comment.