fix postgres spelling

This commit is contained in:
Katy Sadowski 2025-04-15 19:49:00 -04:00
parent f663f20b9b
commit 75dc8fc5ea
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
testDatabases <- c("postgres","iris")
testDatabases <- c("postgresql","iris")
if (Sys.getenv("CDM5_POSTGRESQL_SERVER") != "") {
library(DatabaseConnector)