Skip to content

Commit 2fe0e62

Browse files
committed
removed stray code.
1 parent 4c87fea commit 2fe0e62

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

R/reporter-project.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ ProjectReporter <- R6::R6Class("ProjectReporter", inherit = testthat::ListReport
6161
print = function() {
6262
end_report <- self$end_reporter()
6363
summary <- end_report$summary
64-
tests <- do.call(rbind, lapply(end_report$tests, data.frame, stringsAsFactors=FALSE))
65-
tests <- tests[ ! tests$success, ]
6664
tests <- end_report$tests
6765
cat("Tests:", summary$tests, ", Failures:", summary$failures, ", Errors: ", summary$errors, sep = "")
6866
cat("\n")

0 commit comments

Comments
 (0)