Skip to content

Commit

Permalink
skip is not handled here anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Müller committed Jan 25, 2016
1 parent df23e79 commit 124cd49
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions R/reporter-check.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ failure_summary <- function(x, label, width = getOption("width")) {
}

failure_header <- function(x) {
if (x$skipped)
type <- "Skip"
else if (x$error)
if (x$error)
type <- "Error"
else
type <- "Failure"
Expand Down

0 comments on commit 124cd49

Please sign in to comment.