diff --git a/tests/setup.R b/tests/setup.R index 167a461..762a4ee 100644 --- a/tests/setup.R +++ b/tests/setup.R @@ -3,6 +3,6 @@ driverPath <- file.path(Sys.getenv("HOME"), "drivers") if(!dir.exists(driverPath)) dir.create(driverPath) -if(!Sys.getenv("LOCAL_TEST" == "TRUE")) { +if(Sys.getenv("LOCAL_TEST") != "TRUE") { DatabaseConnector::downloadJdbcDrivers("all", pathToDriver = driverPath) }