Skip to content

Commit 194324d

Browse files
committed
Revert to previous code
1 parent f3e56b5 commit 194324d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/testthat/dstest_functions/ds_expect_variables.R

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@
1313
#
1414

1515
ds_expect_variables <- function(expected.variables) {
16-
return (TRUE)
16+
studies.current.varables <- ds.ls()
17+
18+
for (study.current.varables in studies.current.varables) {
19+
expect_setequal(study.current.varables$objects.found, expected.variables)
20+
}
1721
}

0 commit comments

Comments
 (0)