Skip to content
This repository has been archived by the owner on Jun 25, 2019. It is now read-only.

Commit

Permalink
Fix test headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kofigumbs committed Jun 18, 2017
1 parent ba3041d commit d26dfce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View.elm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ view model =
|> summarize []

Just ( duration, Runner.Todo passed failures ) ->
( palette.yellow, "Test Run Incomplete" )
( palette.yellow, "Test Run Incomplete: TODO's remaining" )
|> finished duration passed failures
|> summarize failures

Expand All @@ -41,7 +41,7 @@ view model =
|> summarize []

Just ( duration, Runner.Fail passed failures ) ->
( palette.green, "Test Run Passed" )
( palette.green, "Test Run Failed" )
|> finished duration passed failures
|> summarize failures

Expand Down

0 comments on commit d26dfce

Please sign in to comment.