Skip to content

Commit 037a92a

Browse files
committed
Fix order in test
1 parent 878873e commit 037a92a

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
@@ -21,9 +21,9 @@ test_that("`quarto_render(as_job = TRUE)` is wrapable", {
2121
input <- file.path(dir, "test.Rmd")
2222
output <- file.path(dir, "test.html")
2323
wrapper <- function(path) quarto_render(path, quiet = TRUE, as_job = TRUE)
24+
wrapper(input)
2425
# wait for background job to finish (10s should be conservative enough)
2526
Sys.sleep(10)
26-
wrapper(input)
2727
expect_true(file.exists(output))
2828
unlink(output)
2929
})

0 commit comments

Comments
 (0)