Skip to content

Commit

Permalink
Merge branch 'master' into maps-condition
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock authored Nov 11, 2024
2 parents f02552e + 1e211ee commit 850ab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ tests_exit <- function() {
#' @param code R code to execute in a child session
#' @return port number of the successful attempt
run_servr <- function(directory, port) {
start_servr(directory, port, tmpPath = find_test_path())
animint2:::start_servr(directory, port, tmpPath = find_test_path())
}

# --------------------------
Expand Down

0 comments on commit 850ab33

Please sign in to comment.