Skip to content

Commit

Permalink
compact()
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jan 11, 2024
1 parent 23ec1f6 commit 392ea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/run.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ run_tests <- function(ctx, tests, skip, run_only, test_suite) {
": ", test_suite
)

tests <- tests[!vapply(tests, is.null, logical(1L))]
tests <- compact(tests)
tests <- get_run_only_tests(tests, run_only)

if (is.null(skip)) {
Expand Down

0 comments on commit 392ea47

Please sign in to comment.