Skip to content

Commit f617490

Browse files
committed
missing test_path in tests
1 parent 4e67f0a commit f617490

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
@@ -6,7 +6,7 @@ test_that("An error is reported when Quarto is not installed", {
66

77
test_that("R Markdown documents can be rendered", {
88
skip_if_no_quarto()
9-
quarto_render("test.Rmd", quiet = TRUE)
9+
quarto_render(test_path("test.Rmd"), quiet = TRUE)
1010
expect_true(file.exists("test.html"))
1111
unlink("test.html")
1212
})

0 commit comments

Comments
 (0)