Skip to content

Commit

Permalink
Update setup.R
Browse files Browse the repository at this point in the history
  • Loading branch information
martaalcalde authored Jul 30, 2024
1 parent 4b8c1b5 commit 1f53111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ if (!on_cran()) {
withr::local_envvar(
R_USER_CACHE_DIR = tempfile(),
.local_envir = testthat::teardown_env(),
EUNOMIA_DATA_FOLDER = Sys.getenv("EUNOMIA_DATA_FOLDER", unset = tempfile())
EUNOMIA_DATA_FOLDER = Sys.getenv("EUNOMIA_DATA_FOLDER", unset = tempfile()),
DB_TO_TEST = "postgres"
)
CDMConnector::downloadEunomiaData(overwrite = TRUE)
}
Expand Down

0 comments on commit 1f53111

Please sign in to comment.