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 a5fdbac commit 2596193
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 @@ -6,7 +6,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 = "postgres" # Write which db you want to use
DB_TO_TEST = "duckdb" #"postgres" # Write which db you want to use
)
CDMConnector::downloadEunomiaData(overwrite = TRUE)
}
Expand Down

0 comments on commit 2596193

Please sign in to comment.