From 3ecffccd9e340b99582e296e9aad96cf111d4627 Mon Sep 17 00:00:00 2001 From: Valere Date: Mon, 27 Oct 2025 15:41:16 +0100 Subject: [PATCH] fix prettier --- src/room/GroupCallView.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/room/GroupCallView.test.tsx b/src/room/GroupCallView.test.tsx index 2f98fd82..ccde45b3 100644 --- a/src/room/GroupCallView.test.tsx +++ b/src/room/GroupCallView.test.tsx @@ -291,7 +291,6 @@ test("Should close widget when all other left and have time to play a sound", as expect(widgetStopMock).toHaveBeenCalledOnce(); }); - test("Should not close widget when auto leave due to error", async () => { const user = userEvent.setup();