Skip to content

Commit 2cc97e1

Browse files
committed
change datasets sources for shinytest2 tests
1 parent cb12f5d commit 2cc97e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/helper-TealAppDriver.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ simple_cdisc_data <- function(datasets = c("ADSL", "ADRS", "ADTTE")) {
3939

4040
data <- Reduce(
4141
x = datasets,
42-
function(u, x) eval_code(u, sprintf("%1$s <- teal.modules.general::r%1$s", x)),
42+
function(u, x) eval_code(u, sprintf("%1$s <- teal.data::r%1$s", x)),
4343
init = within(teal.data::teal_data(), require(nestcolor))
4444
)
4545

0 commit comments

Comments
 (0)