Skip to content

Commit 690350b

Browse files
committed
test: make it more robust to changes in default hopefully
1 parent 8060b91 commit 690350b

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
@@ -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)