We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 024e56c commit 021526cCopy full SHA for 021526c
apps/language_server/test/providers/execute_command/llm_type_info_test.exs
@@ -84,8 +84,6 @@ defmodule ElixirLS.LanguageServer.Providers.ExecuteCommand.LlmTypeInfoTest do
84
85
assert {:ok, result} = LlmTypeInfo.execute([module_name], %{})
86
87
- dbg(result)
88
-
89
assert result.module == "GenServer"
90
91
# Check types
@@ -107,8 +105,6 @@ defmodule ElixirLS.LanguageServer.Providers.ExecuteCommand.LlmTypeInfoTest do
107
105
108
106
109
110
111
112
assert result.module == "ElixirLS.Test.WithTypes"
113
114
0 commit comments