Skip to content

Commit d2aff01

Browse files
committed
Fixed test of 'ds.listClientsideFunctions'
1 parent 584fa47 commit d2aff01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-smk-ds.listClientsideFunctions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ test_that("check results", {
141141
"ds.vectorCalc"
142142
)
143143

144-
expect_output(res <- ds.listClientsideFunctions(), "*")
144+
res <- ds.listClientsideFunctions()
145145

146146
for (func.name in output) {
147147
expect_true(func.name %in% res, info = func.name)

0 commit comments

Comments
 (0)