Skip to content

Commit be03a19

Browse files
committed
fix test?
1 parent 214208b commit be03a19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/testthat/test-build.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ test_that("build_site can be made unquiet", {
1414
build_site(
1515
pkg,
1616
quiet = FALSE,
17-
preview = FALSE
17+
preview = FALSE,
18+
override = list(template = list(`build-md` = FALSE))
1819
)
1920
)
2021
)

0 commit comments

Comments
 (0)