Skip to content

Commit

Permalink
Removed knockout and unlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvankessel-EMC committed May 21, 2024
1 parent caade01 commit a697d0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/testthat/test-checkDependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ test_that("void", {

test_that("minimal", {
repo <- makeRepo()
skip()
testthat::skip_if(!R6::is.R6(repo))

expect_message(
checkDependencies(repo = repo),
checkDependencies(repo),
"All dependencies are approved."
)
unlink(repo$getPath(), recursive = TRUE)
#unlink(repo$getPath(), recursive = TRUE)
})

0 comments on commit a697d0b

Please sign in to comment.