Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Aug 8, 2024
1 parent 15430ed commit 40891d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ library(testthat)
test_that(desc = "Test functions", code = {
# Tests
## Install
install(test = TRUE)
# install(test = TRUE)
## When already present
install()
# install()

copy_backbone(cache_dir = ".")

Expand Down

0 comments on commit 40891d7

Please sign in to comment.