Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Apr 13, 2021
1 parent e48b357 commit 5a05267
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-queries.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ test_that("fractional seconds in datetime (#170)", {
})

test_that("timezone argument (#184)", {
conn <- mariadbDefault(timezone = "+02:00")
skip_on_cran()

conn <- mariadb_default(timezone = "+02:00")
tz <- dbGetQuery(conn, "SELECT @@session.time_zone")
expect_equal(tz[[1]], "+02:00")
dbDisconnect(conn)
Expand Down

0 comments on commit 5a05267

Please sign in to comment.