Skip to content

Commit

Permalink
# 2636 Correct lintr error (lines <101 characters)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimrothstein committed Jan 16, 2025
1 parent 306731d commit 5703491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-create_query_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ test_that("format.basket_select Test 23: formatting is correct (name specified)"

# assert_db_requirements ----
## Test 24: assert_db_requirements_
test_that("assert_db_requirements 24: assert_db_requirements() throws error no `fun` provided", {
test_that("assert_db_requirements 24: assert_db_requirements() error if no `fun` provided", {

# create a query for a SMQ
q <- query(
Expand Down

0 comments on commit 5703491

Please sign in to comment.