Skip to content

Commit

Permalink
rename TealAppDriver$set_module_input to TealAppDriver$set_active_mod…
Browse files Browse the repository at this point in the history
…ule_input
  • Loading branch information
m7pr committed Apr 15, 2024
1 parent 1de78ee commit 6a33c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ TealAppDriver <- R6::R6Class( # nolint: object_name.
#' @param ... Additional arguments to be passed to `shinytest2::AppDriver$set_inputs`
#'
#' @return The `TealAppDriver` object invisibly.
set_module_input = function(input_id, value, ...) {
set_active_module_input = function(input_id, value, ...) {
checkmate::check_string(input_id)
checkmate::check_string(value)
self$set_input(
Expand Down
6 changes: 3 additions & 3 deletions man/reporter_previewer_module.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a33c33

Please sign in to comment.