Skip to content

Commit

Permalink
Skip test requiring recent dbplyr (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jun 14, 2024
1 parent e574a61 commit 2e7c7ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-dplyr.R
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ test_that("all BigQuery tbls share the same src", {
})

test_that("runif is correctly translated", {
skip_if_not_installed("dbplyr", "2.4.0")
expect_equal(
dbplyr::translate_sql(runif(n()), con = simulate_bigrquery()),
dbplyr::sql("RAND()")
Expand Down

0 comments on commit 2e7c7ef

Please sign in to comment.