Skip to content

Commit

Permalink
Update r/adbcsqlite/tests/testthat/test-DBItest.R
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
  • Loading branch information
paleolimbot and krlmlr authored Dec 27, 2023
1 parent ec56000 commit 784f826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/adbcsqlite/tests/testthat/test-DBItest.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if (identical(Sys.getenv("NOT_CRAN"), "true") &&
),
tweaks = suppressWarnings(
DBItest::tweaks(
dbitest_version = "1.8.0",
dbitest_version = "1.7.2",
constructor_relax_args = TRUE,
placeholder_pattern = c("?", "$1", "$name", ":name"),
date_cast = function(x) paste0("'", x, "'"),
Expand Down

0 comments on commit 784f826

Please sign in to comment.