Skip to content

Commit d546452

Browse files
committed
fix test
1 parent 4fb28d7 commit d546452

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/language_server/test/providers/references_test.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ defmodule ElixirLS.LanguageServer.Providers.ReferencesTest do
1111
setup_all context do
1212
File.rm_rf!(FixtureHelpers.get_path(".elixir_ls/calls.dets"))
1313
{:ok, pid} = Tracer.start_link([])
14-
Tracer.set_project_dir(FixtureHelpers.get_path(""))
14+
project_path = FixtureHelpers.get_path("")
15+
:persistent_term.put(:language_server_project_dir, project_path)
16+
Tracer.notify_settings_stored()
1517

1618
compiler_options = Code.compiler_options()
1719
Build.set_compiler_options(ignore_module_conflict: true)

0 commit comments

Comments
 (0)