Skip to content

Commit 6022036

Browse files
authored
followup after TealAppDriver$initialize changes (#368)
Followup after insightsengineering/teal#1623 `TealAppDriver` now accepts `teal_app` instead of `data, modules, ...` Please run the tests with `options(TESTING_DEPTH=5)`
1 parent c790943 commit 6022036

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
@@ -2,7 +2,7 @@ init_teal_app_driver <- function(...) {
22
testthat::with_mocked_bindings(
33
{
44
TealAppDriver <- getFromNamespace("TealAppDriver", "teal") # nolint: object_name.
5-
TealAppDriver$new(...)
5+
TealAppDriver$new(teal::init(...))
66
},
77
shinyApp = function(ui, server, ...) {
88
functionBody(server) <- bquote({

0 commit comments

Comments
 (0)