Skip to content

Commit d91f3f8

Browse files
committed
Compatibility with dev pool in tests
1 parent f2be50f commit d91f3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/testthat/test-pool-support.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ test_that("dm_from_con() supports 'Pool'", {
22
skip_if_not_installed("pool")
33

44
# expect no error
5-
conn <- pool::dbPool(RSQLite::SQLite(), "", timeout = 10)
5+
conn <- pool::dbPool(RSQLite::SQLite(), dbname = "", timeout = 10)
66
DBI::dbWriteTable(conn, "mtcars", mtcars)
77
dm <- dm::dm_from_con(conn, learn_keys = FALSE)
88
expect_identical(names(dm), "mtcars")

0 commit comments

Comments
 (0)