Skip to content

Commit 024b2ff

Browse files
committed
test: make it more robust to changes in default hopefully
1 parent f1ac6db commit 024b2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-render.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ test_that("render_book() works -- partial template", {
144144
config <- append(
145145
config,
146146
c(" template-partials:", " - metadata.html"),
147-
after = grep("theme: cosmo", config, fixed = TRUE)
147+
after = grep("html:", config, fixed = TRUE)
148148
)
149149
brio::write_lines(config, config_path)
150150

0 commit comments

Comments
 (0)