Skip to content

Commit

Permalink
# 2579 Run lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrothstein committed Jan 11, 2025
1 parent bbea72d commit c1938bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-derive_vars_query.R
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ test_that("assert_valid_queries Test 10: assert_valid_queries checks", {

# assert_db_requirements ----
## Test 11: assert_db_requirements_
test_that("assert_db_requirements 11: assert_db_requirements() throws error and increases code coverage when called with no `fun` arugment provided", {
test_that("assert_db_requirements 11: assert_db_requirements() throws error and
increases code coverage when called with no `fun` arugment provided", {
expect_error(
assert_db_requirements()
)
Expand Down

0 comments on commit c1938bf

Please sign in to comment.