Skip to content

Commit da831f1

Browse files
committed
Remove pandoc:: in unit test
1 parent 92b4583 commit da831f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-update-csasstyle.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ test_that("update_csasstyle() works", {
3737
# if (!installed_3_1_2){
3838
# pandoc::pandoc_install("3.1.2")
3939
# }
40-
pandoc::pandoc_activate("3.1.2")
40+
# pandoc::pandoc_activate("3.1.2")
4141
rmd <- readLines("index.Rmd")
4242
ind <- grep("lot_lof:", rmd)
4343
rmd[ind] <- " lot_lof: true"

0 commit comments

Comments
 (0)