Skip to content

Commit 0029edd

Browse files
committed
fix test?
1 parent 214208b commit 0029edd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/testthat/test-build.R

Lines changed: 4 additions & 2 deletions
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
)
@@ -24,7 +25,8 @@ test_that("build_site can be made unquiet", {
2425
capture.output(
2526
build_site(
2627
pkg,
27-
preview = FALSE
28+
preview = FALSE,
29+
override = list(template = list(`build-md` = FALSE))
2830
)
2931
)
3032
)

0 commit comments

Comments
 (0)