Skip to content

Commit

Permalink
Another one
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Dec 21, 2023
1 parent 949c650 commit 3e94661
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/els_lsp/test/els_hover_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,10 @@ remote_call_otp(Config) ->
#{result := Result} = els_client:hover(Uri, 26, 12),
?assert(maps:is_key(contents, Result)),
Contents = maps:get(contents, Result),
OtpRelease = list_to_integer(erlang:system_info(otp_release)),
Value =
case has_eep48(file) of
true when ?OTP_RELEASE >= 26 ->
true when OtpRelease >= 26 ->
<<
"```erlang\nwrite(IoDevice, Bytes) -> ok | {error, "
"Reason}\nwhen\n IoDevice :: io_device() | io:device(),\n"
Expand Down

0 comments on commit 3e94661

Please sign in to comment.