Skip to content

Commit

Permalink
test: Bump DBItest version
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Dec 7, 2024
1 parent 3a12627 commit 79d0177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper-DBItest.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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 79d0177

Please sign in to comment.