Skip to content

Commit 00b109f

Browse files
committed
Remove test for obsolete behavior
1 parent 1ae1ffe commit 00b109f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/elixir/test/elixir/dynamic_supervisor_test.exs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,6 @@ defmodule DynamicSupervisorTest do
140140
{:ok, pid} = DynamicSupervisor.start_link(strategy: :one_for_one)
141141
assert :proc_lib.initial_call(pid) == {:supervisor, Supervisor.Default, [:Argument__1]}
142142
end
143-
144-
test "returns the callback module" do
145-
{:ok, pid} = Supervisor.start_link([], strategy: :one_for_one)
146-
assert :supervisor.get_callback_module(pid) == Supervisor.Default
147-
148-
{:ok, pid} = DynamicSupervisor.start_link(strategy: :one_for_one)
149-
assert :supervisor.get_callback_module(pid) == Supervisor.Default
150-
end
151143
end
152144

153145
## Code change

0 commit comments

Comments
 (0)