Skip to content

Commit

Permalink
change datasets sources for shinytest2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Dec 16, 2024
1 parent cb12f5d commit 2cc97e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper-TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ simple_cdisc_data <- function(datasets = c("ADSL", "ADRS", "ADTTE")) {

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

Expand Down

0 comments on commit 2cc97e1

Please sign in to comment.