diff --git a/apps/elixir_ls_debugger/test/breakpoint_condition_test.exs b/apps/elixir_ls_debugger/test/breakpoint_condition_test.exs index 6daaf2988..42990eee4 100644 --- a/apps/elixir_ls_debugger/test/breakpoint_condition_test.exs +++ b/apps/elixir_ls_debugger/test/breakpoint_condition_test.exs @@ -5,7 +5,7 @@ defmodule ElixirLS.Debugger.BreakpointConditionTest do @name BreakpointConditionTestServer setup do - {:ok, pid} = BreakpointCondition.start_link(name: @name) + pid = start_link_supervised!({BreakpointCondition, name: @name}) {:ok, %{