We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7660589 commit 4867280Copy full SHA for 4867280
1 file changed
tests/testthat/test-smk-utils.R
@@ -12,6 +12,10 @@
12
#
13
# Set up
14
15
+
16
+## When .loadServersideObject is called, the actual data exists two levels below the function,
17
+## i.e. data in global env --> ds function --> .loadServersideObject. We recreate this in
18
+## the test environment with a wrapper function.
19
.dsFunctionWrapper <- function(x) {
20
.loadServersideObject(x)
21
}
0 commit comments