Skip to content

Commit

Permalink
fix tests on newer OTP 26 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Dec 27, 2023
1 parent 4e81378 commit 332a3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elixir_sense/providers/suggestion/complete_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule ElixirSense.Providers.Suggestion.CompleteTest do
] = expand(~c":zl")

if ExUnitConfig.erlang_eep48_supported() do
assert "This module provides an API for the zlib library" <> _ = summary
assert summary =~ "zlib"
assert %{otp_doc_vsn: {1, 0, 0}} = metadata
end
end
Expand Down

0 comments on commit 332a3b4

Please sign in to comment.