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 34abdd4 commit 6689fc1Copy full SHA for 6689fc1
1 file changed
lib/ex_unit/lib/ex_unit/event_manager.ex
@@ -87,7 +87,7 @@ defmodule ExUnit.EventManager do
87
defp notify({sup, event}, msg) do
88
:gen_event.notify(event, msg)
89
90
- for {_, pid, _, _} <- Supervisor.which_children(sup) do
+ for {_, pid, _, _} <- DynamicSupervisor.which_children(sup) do
91
GenServer.cast(pid, msg)
92
end
93
0 commit comments