Skip to content

Commit 7b8bcb9

Browse files
authored
Add missing parameters field to ExUnit.Test struct type (#14446)
1 parent 920a6a0 commit 7b8bcb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: lib/ex_unit/lib/ex_unit.ex

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ defmodule ExUnit do
118118
state: ExUnit.state(),
119119
time: non_neg_integer,
120120
tags: map,
121-
logs: String.t()
121+
logs: String.t(),
122+
parameters: map
122123
}
123124
end
124125

0 commit comments

Comments
 (0)