Skip to content

Commit 5687588

Browse files
skip_if_not() over skip_if(!()) (#2415)
1 parent 575ae4e commit 5687588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-check-doc.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ test_that("check_man works", {
33
# and recommended packages will all be in the library path, which is not the
44
# case during R CMD check, so we only run these tests interactively
55

6-
skip_if(!interactive())
6+
skip_if_not(interactive())
77

88
pkg <- create_local_package()
99
dir.create(file.path(pkg, "man"))

0 commit comments

Comments
 (0)