Skip to content

Commit

Permalink
test: Bump DBItest version for internal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored and aviator-bot committed Jun 26, 2024
1 parent dfd7b59 commit 239c6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-DBItest.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tryCatch(skip = function(e) message(conditionMessage(e)), {
RSQLite::SQLite(),
list(dbname = tempfile("DBItest", fileext = ".sqlite")),
tweaks = DBItest::tweaks(
dbitest_version = "1.8.0.50",
dbitest_version = "1.8.1",
constructor_relax_args = TRUE,
placeholder_pattern = c("?", "$1", "$name", ":name"),
date_cast = function(x) paste0("'", x, "'"),
Expand Down

0 comments on commit 239c6bf

Please sign in to comment.