Skip to content

Commit

Permalink
removed stray code.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusab committed Nov 11, 2017
1 parent 4c87fea commit 2fe0e62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/reporter-project.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ ProjectReporter <- R6::R6Class("ProjectReporter", inherit = testthat::ListReport
print = function() {
end_report <- self$end_reporter()
summary <- end_report$summary
tests <- do.call(rbind, lapply(end_report$tests, data.frame, stringsAsFactors=FALSE))
tests <- tests[ ! tests$success, ]
tests <- end_report$tests
cat("Tests:", summary$tests, ", Failures:", summary$failures, ", Errors: ", summary$errors, sep = "")
cat("\n")
Expand Down

0 comments on commit 2fe0e62

Please sign in to comment.