[ARVADOS-WORKBENCH2] updated: 1.1.4-100-gdf778b7

Git user git at public.curoverse.com
Tue Jun 19 02:51:49 EDT 2018


Summary of changes:
 src/store/collection/collection-reducer.test.ts | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

       via  df778b7e960b73a4f765c13d0e7ccc4525a27b56 (commit)
      from  9e4b7889a99ff2f76d8029aef3a85c4620178ba3 (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 df778b7e960b73a4f765c13d0e7ccc4525a27b56
Author: Daniel Kos <daniel.kos at contractors.roche.com>
Date:   Tue Jun 19 08:51:46 2018 +0200

    Fixed passing collection tests
    
    Feature #13632
    
    Arvados-DCO-1.1-Signed-off-by: Daniel Kos <daniel.kos at contractors.roche.com>

diff --git a/src/store/collection/collection-reducer.test.ts b/src/store/collection/collection-reducer.test.ts
index c04217c..7b57ba7 100644
--- a/src/store/collection/collection-reducer.test.ts
+++ b/src/store/collection/collection-reducer.test.ts
@@ -36,21 +36,6 @@ describe('collection-reducer', () => {
 
         const collections = [collection, collection];
         const state = collectionsReducer(initialState, actions.COLLECTIONS_SUCCESS({ collections }));
-        expect(state).toEqual([{
-                active: false,
-                open: false,
-                id: "test123",
-                items: [],
-                data: collection,
-                status: 0
-            }, {
-                active: false,
-                open: false,
-                id: "test123",
-                items: [],
-                data: collection,
-                status: 0
-            }
-        ]);
+        expect(state).toEqual([collection, collection]);
     });
 });

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list