Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Dec 20, 2024
1 parent 446e1b0 commit 86c0344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-check-urls.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("Test URL checks for OTTR main", {
})

test_that("Test URL checks for OTTR Quarto main", {
qmd_dir <- setup_ottr_template(type = "qmd", render = FALSE)
qmd_dir <- setup_ottr_template(type = "quarto", render = FALSE)

status <- check_urls(qmd_dir)
testthat::expect_true(status == 0)
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-spell-check.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test_that("Test spell checks for OTTR main", {
})

test_that("Test spell checks for OTTR Quarto main", {
qmd_dir <- setup_ottr_template(type = "qmd", render = FALSE)
qmd_dir <- setup_ottr_template(type = "quarto", render = FALSE)

status <- check_spelling(qmd_dir)
testthat::expect_true(status == 0)
Expand Down

0 comments on commit 86c0344

Please sign in to comment.