Skip to content

Commit

Permalink
:::start
Browse files Browse the repository at this point in the history
  • Loading branch information
Toby Dylan Hocking committed Nov 11, 2024
1 parent fb053f9 commit 1e211ee
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 1e211ee

Please sign in to comment.