diff --git a/src/Explorer/ContainerCopy/CommandBar/Utils.test.ts b/src/Explorer/ContainerCopy/CommandBar/Utils.test.ts index 4e049ee68..003dc22a2 100644 --- a/src/Explorer/ContainerCopy/CommandBar/Utils.test.ts +++ b/src/Explorer/ContainerCopy/CommandBar/Utils.test.ts @@ -105,7 +105,7 @@ describe("CommandBar Utils", () => { })); const { getCommandBarButtons: getCommandBarButtonsEmulator } = await import("./Utils"); - const buttons = getCommandBarButtonsEmulator(mockExplorer); + const buttons = getCommandBarButtonsEmulator(mockExplorer, false); expect(buttons.length).toBe(3); });