We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95d7ce commit bb001b6Copy full SHA for bb001b6
tests/testthat/setup.R
@@ -80,4 +80,6 @@ if (Sys.getenv("CDM5_POSTGRESQL_SERVER") != "") {
80
},
81
testthat::teardown_env()
82
)
83
+} else {
84
+ testDatabaseConnectionDetails <- DatabaseConnector::createConnectionDetails(dbms = "sqlite", server = ":memory:")
85
}
0 commit comments