fix postgres spelling
This commit is contained in:
parent
f663f20b9b
commit
75dc8fc5ea
|
@ -1,4 +1,4 @@
|
|||
testDatabases <- c("postgres","iris")
|
||||
testDatabases <- c("postgresql","iris")
|
||||
|
||||
if (Sys.getenv("CDM5_POSTGRESQL_SERVER") != "") {
|
||||
library(DatabaseConnector)
|
||||
|
|
Loading…
Reference in New Issue