Skip to content

Commit

Permalink
rtfeldman#446 replace tuple catch-all pattern with simple catch-all
Browse files Browse the repository at this point in the history
  • Loading branch information
frankschmitt committed Oct 20, 2020
1 parent 0aee09c commit 7322a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm/src/Test/Reporter/Console.elm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ reportSummary useColor { todos, passed, failed, duration } autoFail =
( Just failure, 0, _ ) ->
Err ( yellow, "TEST RUN INCOMPLETE", " because " ++ failure )

( _, _, _ ) ->
_ ->
Err ( red, "TEST RUN FAILED", "" )

headline =
Expand Down

0 comments on commit 7322a3d

Please sign in to comment.