Skip to content

Commit

Permalink
corrected port type from %s to %d
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhesh195 committed Aug 7, 2024
1 parent 2479b4e commit 9c37ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper-HTML.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests_init <- function(dir = ".", ...) {
ex <- tests_exit()
# start a non-blocking local file server under path/to/animint/tests/testhat
testPath <- find_test_path(dir)
run_servr(port = "4848", directory = testPath)
run_servr(port = 4848, directory = testPath)
# animint tests are performed in path/to/testthat/animint-htmltest/
# note this path has to match the out.dir argument in animint2THML...
testDir <- file.path(testPath, "animint-htmltest")
Expand Down

0 comments on commit 9c37ee0

Please sign in to comment.