Skip to content

Commit 1bcc19e

Browse files
committed
fix tests on 1.17
1 parent f94b289 commit 1bcc19e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

apps/language_server/test/providers/signature_help/signature_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ defmodule ElixirLS.LanguageServer.Providers.SignatureHelp.SignatureTest do
13871387
%{
13881388
name: "inspect",
13891389
params: ["item", "opts \\\\ []"],
1390-
documentation: "Inspects and writes the given `item` to the device.",
1390+
documentation: "Inspects and writes the given `item`" <> _,
13911391
spec: "@spec inspect(" <> _
13921392
},
13931393
%{

apps/language_server/test/server_test.exs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,10 +1627,7 @@ defmodule ElixirLS.LanguageServer.ServerTest do
16271627
"kind" => "markdown",
16281628
"value" =>
16291629
"""
1630-
Inspects and writes the given `item` to the device.
1631-
1632-
```elixir
1633-
@spec inspect\
1630+
Inspects and writes the given `item`\
16341631
""" <> _
16351632
},
16361633
"label" => "inspect(item, opts \\\\ [])",

0 commit comments

Comments
 (0)