diff --git a/src/room/InCallView.test.tsx b/src/room/InCallView.test.tsx index 35e3fd19..1caa3e3d 100644 --- a/src/room/InCallView.test.tsx +++ b/src/room/InCallView.test.tsx @@ -29,10 +29,11 @@ import { mockLocalParticipant, mockMatrixRoom, mockMatrixRoomMember, - mockMediaDevices, mockMuteStates, + mockMediaDevices, + mockMuteStates, mockRemoteParticipant, mockRtcMembership, - type MockRTCSession + type MockRTCSession, } from "../utils/test"; import { E2eeType } from "../e2ee/e2eeType"; import { getBasicCallViewModelEnvironment } from "../utils/test-viewmodel";