Skip to content

Commit

Permalink
chore(test-0_rd_files): fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte authored Dec 21, 2023
1 parent 30062b0 commit cbdb75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-0_rd_files.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test_field_in_documentation <- function(field) {
# Look for the source of .Rd files
help_dir <- system.file("help", package = testthat::testing_package())
man_dir <- system.file("man", package = testthat::testing_package())

testthat::expect_true(any(dir.exists(c(help_dir, man_dir))))

if (checkmate::test_directory_exists(help_dir)) {
Expand Down

0 comments on commit cbdb75c

Please sign in to comment.