[ARVADOS-WORKBENCH2] created: 2.1.0-152-gff77eaaa
Git user
git at public.arvados.org
Tue Jan 12 10:29:57 UTC 2021
at ff77eaaad01420e2087a31f7af16735fe6f9587c (commit)
commit ff77eaaad01420e2087a31f7af16735fe6f9587c
Author: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
Date: Tue Jan 12 11:28:42 2021 +0100
15771: Fixed failing unit tests
Arvados-DCO-1.1-Signed-off-by: Daniel Kutyła <daniel.kutyla at contractors.roche.com>
diff --git a/src/services/collection-service/collection-service.test.ts b/src/services/collection-service/collection-service.test.ts
index 19ac7490..fb18add1 100644
--- a/src/services/collection-service/collection-service.test.ts
+++ b/src/services/collection-service/collection-service.test.ts
@@ -23,6 +23,7 @@ describe('collection-service', () => {
authService = {} as AuthService;
actions = {} as ApiActions;
collectionService = new CollectionService(serverApi, webdavClient, authService, actions);
+ collectionService.update = jest.fn();
});
describe('deleteFiles', () => {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list