Skip to content

Commit

Permalink
# 2579 run styler
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrothstein committed Jan 11, 2025
1 parent b11abf3 commit 60330dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/testthat/test-create_query_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -583,16 +583,16 @@ test_that("format.basket_select Test 23: formatting is correct (name specified)"
## Test 24: assert_db_requirements_
test_that("assert_db_requirements 24: assert_db_requirements() throws error and
increases code coverage when called with no `fun` arugment provided", {
expect_snapshot(
assert_db_requirements(fun = NULL),
expect_snapshot(
assert_db_requirements(fun = NULL),
error = TRUE
)
)
})
## Test 25: assert_db_requirements_
test_that("assert_db_requirements 25: assert_db_requirements() throws error and
increases code coverage when called with no `queries` arugment provided", {
expect_snapshot(
assert_db_requirements(fun = print, version = NULL),
expect_snapshot(
assert_db_requirements(fun = print, version = NULL),
error = TRUE
)
)
})

0 comments on commit 60330dc

Please sign in to comment.