Skip to content

Commit a0bfe36

Browse files
committed
update test
1 parent b20a834 commit a0bfe36

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

man-roxygen/DatabaseIds.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#' of the results data model.
44
#' @param databaseId The databaseId to retrieve the results for. This is a
55
#' character field values from the `databaseId` field of the `database` table
6-
#' of the results data model.
6+
#' of the results data model.

tests/testthat/test-runTimeSeries.R

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ for (nm in names(testServers)) {
9696
}
9797

9898
test_that("Testing cohort time series execution, incremental = FALSE", {
99-
testServer <- "duckdb"
99+
testServer <- "sqlite"
100100
skip_if_not(testServer %in% names(testServers))
101101
server <- testServers[[testServer]]
102102
con <- DatabaseConnector::connect(server$connectionDetails)
@@ -230,7 +230,7 @@ test_that("Testing cohort time series execution, incremental = FALSE", {
230230
})
231231

232232
test_that("Testing cohort time series execution, incremental = TRUE", {
233-
testServer <- "duckdb"
233+
testServer <- "sqlite"
234234
skip_if_not(testServer %in% names(testServers))
235235
server <- testServers[[testServer]]
236236
con <- DatabaseConnector::connect(server$connectionDetails)
@@ -407,7 +407,7 @@ test_that("Testing cohort time series execution, incremental = TRUE", {
407407
})
408408

409409
test_that("Testing Data source time series execution, incremental = FALSE ", {
410-
testServer <- "duckdb"
410+
testServer <- "sqlite"
411411
skip_if_not(testServer %in% names(testServers))
412412
server <- testServers[[testServer]]
413413
con <- DatabaseConnector::connect(server$connectionDetails)
@@ -470,7 +470,7 @@ test_that("Testing Data source time series execution, incremental = FALSE ", {
470470
})
471471

472472
test_that("Testing Data source time series execution, incremental = TRUE ", {
473-
testServer <- "duckdb"
473+
testServer <- "sqlite"
474474
skip_if_not(testServer %in% names(testServers))
475475
server <- testServers[[testServer]]
476476
con <- DatabaseConnector::connect(server$connectionDetails)

0 commit comments

Comments
 (0)