We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05bfc7 commit c07a34fCopy full SHA for c07a34f
lib/ex_unit/lib/ex_unit.ex
@@ -58,7 +58,7 @@ defmodule ExUnit do
58
59
@typedoc "The error state returned by ExUnit.Test and ExUnit.TestCase"
60
@type state :: nil | {:failed, failed} | {:skip, binary} | {:invalid, module}
61
- @type failed :: {Exception.kind, reason :: term, stacktrace :: [tuple]}
+ @type failed :: [{Exception.kind, reason :: term, stacktrace :: [tuple]}]
62
63
defmodule Test do
64
@moduledoc """
0 commit comments