Skip to content

Commit 78c9516

Browse files
committed
missing commit
1 parent 026b10a commit 78c9516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/elixir_ls_utils/test/support/mix_test.case.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ defmodule ElixirLS.Utils.MixTest.Case do
101101
defp clear_project_stack! do
102102
stack = clear_project_stack!([])
103103

104-
clear_mix_cache()
104+
# FIXME: Private API
105+
Mix.State.clear_cache()
105106

106107
# Attempt to purge mixfiles for dependencies to avoid module redefinition warnings
107108
mix_exs = MixfileHelpers.mix_exs()

0 commit comments

Comments
 (0)