From f804d2dce29a167454cf778416cbddc7c05995ea Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Wed, 15 May 2024 16:24:01 +0200 Subject: [PATCH] Fix format --- src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2Mongo.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2Mongo.test.tsx b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2Mongo.test.tsx index e38b9751a..976756048 100644 --- a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2Mongo.test.tsx +++ b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTabV2Mongo.test.tsx @@ -60,7 +60,7 @@ jest.mock("Explorer/Controls/Dialog", () => ({ useDialog: { getState: jest.fn(() => ({ showOkCancelModalDialog: (title: string, subText: string, okLabel: string, onOk: () => void) => onOk(), - showOkModalDialog: () => { }, + showOkModalDialog: () => {}, })), }, }));