Skip to content

Commit f4568c3

Browse files
committed
Tweak test
1 parent 037a92a commit f4568c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-render.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test_that("`quarto_render(as_job = TRUE)` is wrapable", {
1616
skip_if(is.null(quarto_path()))
1717
skip_if_not_installed("rstudioapi")
1818
skip_if_not_installed("rprojroot")
19-
skip_if(!rstudioapi::isAvailable())
19+
skip_if_not(rstudioapi::isAvailable())
2020
dir <- rprojroot::find_testthat_root_file()
2121
input <- file.path(dir, "test.Rmd")
2222
output <- file.path(dir, "test.html")

0 commit comments

Comments
 (0)