[arvados-workbench2] updated: 2.5.0-81-gaa1a5aec

git repository hosting git at public.arvados.org
Fri Mar 17 00:35:41 UTC 2023


Summary of changes:
 src/services/collection-service/collection-service.test.ts | 1 +
 1 file changed, 1 insertion(+)

       via  aa1a5aecf2252b735a0e9a33ac486402ba118eeb (commit)
      from  157416e6afb2c0e1a206de4707a3984796e08bbd (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 aa1a5aecf2252b735a0e9a33ac486402ba118eeb
Author: Stephen Smith <stephen at curii.com>
Date:   Thu Mar 16 20:35:32 2023 -0400

    20029: Fix test
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

diff --git a/src/services/collection-service/collection-service.test.ts b/src/services/collection-service/collection-service.test.ts
index 0547a8f2..88e86172 100644
--- a/src/services/collection-service/collection-service.test.ts
+++ b/src/services/collection-service/collection-service.test.ts
@@ -240,6 +240,7 @@ describe('collection-service', () => {
                     },
                     replace_files: {
                         [newPath]: `${collectionPdh}${oldPath}`,
+                        [oldPath]: '',
                     },
                 }
             );

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list