[ARVADOS-WORKBENCH2] updated: 2.2.1-76-g80a43fb5
Git user
git at public.arvados.org
Fri Sep 10 07:50:25 UTC 2021
Summary of changes:
...collection-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%)
via 80a43fb5a8fd82a337cec35039da1b544e7a105c (commit)
from 3ef505311c624abd61dd899283e061974abe8efb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 80a43fb5a8fd82a337cec35039da1b544e7a105c
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Fri Sep 10 09:49:47 2021 +0200
17585: FIxed tests
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
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() });
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list