Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions R/TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ TealAppDriver <- R6::R6Class( # nolint: object_name.
)
active_base_id <- sub("-wrapper$", "", active_wrapper_id)

private$ns$module_container <- active_base_id
private$ns$wrapper <- shiny::NS(active_base_id, "wrapper")
private$ns$module <- shiny::NS(active_base_id, "module")
private$ns$filter_panel <- shiny::NS(active_base_id, "filter_panel")
Expand Down
Binary file modified tests/testthat/_snaps/linux-4.5/shinytest2-init/teal-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/testthat/test-teal_reporter.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
testthat::test_that("TealReportCard object can be initialized", {
testthat::expect_warning(TealReportCard$new(), "was deprecated in teal.reporter")
lifecycle::expect_deprecated(TealReportCard$new())
})

testthat::test_that("TealReportCard inherits from ReportCard", {
Expand Down
Loading