Skip to content

Commit

Permalink
fix tests on 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed May 26, 2024
1 parent f94b289 commit 1bcc19e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ defmodule ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest do
%{
name: "inspect",
params: ["item", "opts \\\\ []"],
documentation: "Inspects and writes the given `item` to the device.",
documentation: "Inspects and writes the given `item`" <> _,
spec: "@spec inspect(" <> _
},
%{
Expand Down
5 changes: 1 addition & 4 deletions apps/language_server/test/server_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1627,10 +1627,7 @@ defmodule ElixirLS.LanguageServer.ServerTest do
"kind" => "markdown",
"value" =>
"""
Inspects and writes the given `item` to the device.
```elixir
@spec inspect\
Inspects and writes the given `item`\
""" <> _
},
"label" => "inspect(item, opts \\\\ [])",
Expand Down

0 comments on commit 1bcc19e

Please sign in to comment.