Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Feb 21, 2024
1 parent 01bb5c4 commit f93ef5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/autotest-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ autotest_single_yaml <- function (yaml = NULL,
no_test <- reports$type == "no_test"
if (all (no_test)) {
reports <- NULL

} else {
reports <- reports [which(!no_test), ]
rownames (reports) <- NULL
Expand Down

0 comments on commit f93ef5f

Please sign in to comment.