Skip to content

Commit b1ebef1

Browse files
Merge pull request datashield#593 from StuartWheater/v6.3.3-dev
Revert to previous code
2 parents f3e56b5 + 194324d commit b1ebef1

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)