From 676838c01ee0b8e852b661de7b503055ac408d69 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Fri, 28 Jun 2024 12:13:25 -0400 Subject: [PATCH] Update test --- tests/testthat/test-quarto_leanpub_prep.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-quarto_leanpub_prep.R b/tests/testthat/test-quarto_leanpub_prep.R index 6091d2f..2430909 100644 --- a/tests/testthat/test-quarto_leanpub_prep.R +++ b/tests/testthat/test-quarto_leanpub_prep.R @@ -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/'))