Skip to content

Commit

Permalink
Update tests/testthat/test-isTransacting.R
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Dec 12, 2021
1 parent 506ab86 commit cbb73f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-isTransacting.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ context("isTransacting")

test_that("isTransacting detects transactions correctly", {
skip_on_cran()
db <- postgresDefault()
con <- postgresDefault()
expect_false(postgresIsTransacting(con))
dbBegin(con)
expect_true(postgresIsTransacting(con))
Expand Down

0 comments on commit cbb73f0

Please sign in to comment.