Skip to content

Commit

Permalink
1203 rename TealAppDriver$set_module_input to `TealAppDriver$set_ac…
Browse files Browse the repository at this point in the history
…tive_module_input` (#1204)

Fixes #1203

---------

Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
m7pr and dependabot-preview[bot] authored Apr 16, 2024
1 parent 1de78ee commit f409b1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 deletions man/TealAppDriver.Rd

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

0 comments on commit f409b1f

Please sign in to comment.