Skip to content

Commit e0d529a

Browse files
committed
Fix spec for t:ExUnit.Callbacks.child_spec_overrides/2
1 parent 34004a2 commit e0d529a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/ex_unit/lib/ex_unit/callbacks.ex

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,7 @@ defmodule ExUnit.Callbacks do
169169
end
170170
"""
171171

172-
@type child_spec_overrides :: [
173-
restart: :permanent | :transient | :temporary,
174-
shutdown: :brutal_kill | timeout(),
175-
type: :worker | :supervisor
176-
]
172+
@type child_spec_overrides :: Supervisor.child_spec_overrides()
177173

178174
@doc false
179175
def __register__(module) do

0 commit comments

Comments
 (0)