From 23f5907c11a5e5b9313be25bf272bc3e12b33219 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Thu, 29 Feb 2024 16:40:32 +0800 Subject: [PATCH] fix: unit test Signed-off-by: SuZhou-Joe --- .../management_section/objects_table/components/flyout.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.test.tsx b/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.test.tsx index 444f4e93fb3b..e5c6732cb5f5 100644 --- a/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.test.tsx +++ b/src/plugins/saved_objects_management/public/management_section/objects_table/components/flyout.test.tsx @@ -195,7 +195,7 @@ describe('Flyout', () => { await component.instance().import(); expect(importFileMock.mock.calls[0][2]).toMatchInlineSnapshot(` Object { - "createNewCopies": false, + "createNewCopies": true, "overwrite": true, "workspaces": Array [ "foo",