Skip to content

Commit

Permalink
Update setup.R
Browse files Browse the repository at this point in the history
  • Loading branch information
martaalcalde committed Jul 30, 2024
1 parent f9ea3f7 commit c7114a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (!on_cran()) {
R_USER_CACHE_DIR = tempfile(),
.local_envir = testthat::teardown_env(),
EUNOMIA_DATA_FOLDER = Sys.getenv("EUNOMIA_DATA_FOLDER", unset = tempfile()),
DB_TO_TEST = "duckdb" #"postgres" # Write which db you want to use
DB_TO_TEST = "postgres" #"duckdb"/"postgres" # Write which db you want to use
)
CDMConnector::downloadEunomiaData(overwrite = TRUE)
}
Expand Down

0 comments on commit c7114a6

Please sign in to comment.