From 80a43fb5a8fd82a337cec35039da1b544e7a105c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20Kuty=C5=82a?= Date: Fri, 10 Sep 2021 09:49:47 +0200 Subject: [PATCH] 17585: FIxed tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła --- ...on-panel-files.test.tsx => collection-panel-files2.test.tsx} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/components/collection-panel-files/{collection-panel-files.test.tsx => collection-panel-files2.test.tsx} (98%) diff --git a/src/components/collection-panel-files/collection-panel-files.test.tsx b/src/components/collection-panel-files/collection-panel-files2.test.tsx similarity index 98% rename from src/components/collection-panel-files/collection-panel-files.test.tsx rename to src/components/collection-panel-files/collection-panel-files2.test.tsx index 8c85a9cc..4d8b8150 100644 --- a/src/components/collection-panel-files/collection-panel-files.test.tsx +++ b/src/components/collection-panel-files/collection-panel-files2.test.tsx @@ -9,7 +9,7 @@ import Adapter from "enzyme-adapter-react-16"; import { TreeItem, TreeItemStatus } from '../tree/tree'; import { FileTreeData } from '../file-tree/file-tree-data'; import { CollectionFileType } from "../../models/collection-file"; -import { CollectionPanelFilesComponent, CollectionPanelFilesProps, CssRules } from './collection-panel-files'; +import { CollectionPanelFilesComponent, CollectionPanelFilesProps, CssRules } from './collection-panel-files2'; import { SearchInput } from '../search-input/search-input'; configure({ adapter: new Adapter() }); -- 2.30.2