Skip to content

Commit

Permalink
fix: Updated previous commit to include a rownames change in the righ…
Browse files Browse the repository at this point in the history
…t logic block
  • Loading branch information
simpar1471 committed Feb 16, 2024
1 parent 094607b commit e94d5d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/autotest-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,12 @@ autotest_single_yaml <- function (yaml = NULL,

reports <- reports [which(!no_test), ]

rownames (reports) <- NULL

}

}

rownames (reports) <- NULL
}

return (reports)
Expand Down

0 comments on commit e94d5d4

Please sign in to comment.