Skip to content

Commit

Permalink
add check_sparse_arg to test-skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Jan 21, 2025
1 parent 2be6b7e commit 7dacb51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-skipping.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ test_that("check existing steps for `skip` arg", {
step_check <- step_check[step_check != "check_role_requirements"]
step_check <- step_check[step_check != "check_bake_role_requirements"]
step_check <- step_check[step_check != "check_step_check_args"]
step_check <- step_check[step_check != "check_sparse_arg"]

# R/import-standalone-types-check.R
step_check <- step_check[step_check != "check_bool"]
Expand Down

0 comments on commit 7dacb51

Please sign in to comment.