Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jun 28, 2024
1 parent 0f29909 commit 676838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-quarto_leanpub_prep.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test_that("Create Leanpub IFrames for Quarto", {

dir <- download_ottr_template(dir = ".", type = "quarto")

quarto::quarto_render('.',
quarto::quarto_render(dir,
metadata = list(sidebar = F, toc = F),
quarto_args = c('--output-dir', 'docs/no_toc/'))

Expand Down

0 comments on commit 676838c

Please sign in to comment.