From e0d529ac91da876d9afef2980281ffb06a78dd90 Mon Sep 17 00:00:00 2001 From: Andrea Leopardi Date: Tue, 9 Dec 2025 05:52:17 -0500 Subject: [PATCH] Fix spec for t:ExUnit.Callbacks.child_spec_overrides/2 --- lib/ex_unit/lib/ex_unit/callbacks.ex | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/ex_unit/lib/ex_unit/callbacks.ex b/lib/ex_unit/lib/ex_unit/callbacks.ex index 5fad529b55..5fd39854d1 100644 --- a/lib/ex_unit/lib/ex_unit/callbacks.ex +++ b/lib/ex_unit/lib/ex_unit/callbacks.ex @@ -169,11 +169,7 @@ defmodule ExUnit.Callbacks do end """ - @type child_spec_overrides :: [ - restart: :permanent | :transient | :temporary, - shutdown: :brutal_kill | timeout(), - type: :worker | :supervisor - ] + @type child_spec_overrides :: Supervisor.child_spec_overrides() @doc false def __register__(module) do