[arvados] updated: 2.1.0-3088-gc0be03f2d
git repository hosting
git at public.arvados.org
Thu Dec 15 15:56:38 UTC 2022
Summary of changes:
sdk/R/tests/testthat/fakes/FakeRESTService.R | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c0be03f2d77ecbdefac173e38509a501245472f7 (commit)
from b08dc77943f424c8089fc07bc7b99caf9c01fbdd (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 c0be03f2d77ecbdefac173e38509a501245472f7
Author: Tom Clegg <tom at curii.com>
Date: Thu Dec 15 10:56:03 2022 -0500
19704: Update call signature of test fake.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/sdk/R/tests/testthat/fakes/FakeRESTService.R b/sdk/R/tests/testthat/fakes/FakeRESTService.R
index a91da04fd..095392661 100644
--- a/sdk/R/tests/testthat/fakes/FakeRESTService.R
+++ b/sdk/R/tests/testthat/fakes/FakeRESTService.R
@@ -143,7 +143,7 @@ FakeRESTService <- R6::R6Class(
self$returnContent
},
- getCollectionContent = function(uuid)
+ getCollectionContent = function(uuid, relativePath = NULL)
{
self$getCollectionContentCallCount <- self$getCollectionContentCallCount + 1
self$collectionContent
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list