Skip to content

Commit

Permalink
fix assertion error (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
oo6 committed Jun 24, 2023
1 parent 8025bdb commit 1afc093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/language_server/test/providers/completion_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ defmodule ElixirLS.LanguageServer.Providers.CompletionTest do
assert item_1["labelDetails"]["detail"] == "()"
assert item_1["labelDetails"]["description"] == "MyModule.timestamps/0"
assert item_2["label"] == "timestamps"
assert item_1["labelDetails"]["detail"] == "()"
assert item_2["labelDetails"]["detail"] == "(a)"
assert item_2["labelDetails"]["description"] == "MyModule.timestamps/1"
end

Expand Down

0 comments on commit 1afc093

Please sign in to comment.