Skip to content

Commit 5cf06aa

Browse files
committed
changed TealAppDriver constructor
1 parent 84871a5 commit 5cf06aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/helper-TealAppDriver.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ init_teal_app_driver <- function(...) {
77
testthat::with_mocked_bindings(
88
{
99
TealAppDriver <- getFromNamespace("TealAppDriver", "teal") # nolint: object_name.
10-
TealAppDriver$new(...)
10+
11+
TealAppDriver$new(init(...))
1112
},
1213
shinyApp = function(ui, server, ...) {
1314
functionBody(server) <- bquote({

0 commit comments

Comments
 (0)