Skip to content

Commit

Permalink
make completion tests sync
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Aug 16, 2023
1 parent e1f2db4 commit 9738bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/language_server/test/providers/completion_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule ElixirLS.LanguageServer.Providers.CompletionTest do
use ExUnit.Case
use ExUnit.Case, async: false

require Logger

Expand Down
2 changes: 1 addition & 1 deletion dep_versions.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
elixir_sense: "52ee95beaf21cc03075333562cc3c7cb75e9a6d8",
elixir_sense: "27df8842a2582ab7bf114347eb2e1cad77b342a3",
dialyxir_vendored: "7e908b4d760c7329046e0ee3076be9156cd784e1",
jason_v: "c81537e2a5e1acacb915cf339fe400357e3c2aaa"
]
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"benchee": {:hex, :benchee, "1.1.0", "f3a43817209a92a1fade36ef36b86e1052627fd8934a8b937ac9ab3a76c43062", [:mix], [{:deep_merge, "~> 1.0", [hex: :deep_merge, repo: "hexpm", optional: false]}, {:statistex, "~> 1.0", [hex: :statistex, repo: "hexpm", optional: false]}], "hexpm", "7da57d545003165a012b587077f6ba90b89210fd88074ce3c60ce239eb5e6d93"},
"deep_merge": {:hex, :deep_merge, "1.0.0", "b4aa1a0d1acac393bdf38b2291af38cb1d4a52806cf7a4906f718e1feb5ee961", [:mix], [], "hexpm", "ce708e5f094b9cd4e8f2be4f00d2f4250c4095be93f8cd6d018c753894885430"},
"dialyxir_vendored": {:git, "https://github.com/elixir-lsp/dialyxir.git", "7e908b4d760c7329046e0ee3076be9156cd784e1", [ref: "7e908b4d760c7329046e0ee3076be9156cd784e1"]},
"elixir_sense": {:git, "https://github.com/elixir-lsp/elixir_sense.git", "52ee95beaf21cc03075333562cc3c7cb75e9a6d8", [ref: "52ee95beaf21cc03075333562cc3c7cb75e9a6d8"]},
"elixir_sense": {:git, "https://github.com/elixir-lsp/elixir_sense.git", "27df8842a2582ab7bf114347eb2e1cad77b342a3", [ref: "27df8842a2582ab7bf114347eb2e1cad77b342a3"]},
"erl2ex": {:git, "https://github.com/dazuma/erl2ex.git", "244c2d9ed5805ef4855a491d8616b8842fef7ca4", []},
"erlex": {:hex, :erlex, "0.2.6", "c7987d15e899c7a2f34f5420d2a2ea0d659682c06ac607572df55a43753aa12e", [:mix], [], "hexpm", "2ed2e25711feb44d52b17d2780eabf998452f6efda104877a3881c2f8c0c0c75"},
"jason_v": {:git, "https://github.com/elixir-lsp/jason.git", "c81537e2a5e1acacb915cf339fe400357e3c2aaa", [ref: "c81537e2a5e1acacb915cf339fe400357e3c2aaa"]},
Expand Down

0 comments on commit 9738bec

Please sign in to comment.