Skip to content

Commit

Permalink
@datanames ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Sep 11, 2024
1 parent c3ca962 commit a02bcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_variable_browser.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ app_driver_tm_variable_browser <- function() {
CO2 <- CO2 # nolint: object_name.
}
)
teal.data::datanames(data) <- c("iris", "mtcars", "women", "faithful", "CO2")

init_teal_app_driver(
data = data,
modules = tm_variable_browser(
label = "Variable browser (e2e)",
datasets_selected = c("iris", "mtcars", "women", "faithful", "CO2"),
parent_dataname = "CO2",
ggplot2_args = teal.widgets::ggplot2_args(
labs = list(subtitle = "Plot generated by Variable Browser Module")
Expand Down

0 comments on commit a02bcc3

Please sign in to comment.