Skip to content

Commit

Permalink
Try fixing ct tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Dec 21, 2023
1 parent 12210c7 commit 949c650
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/els_lsp/test/els_completion_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1664,9 +1664,10 @@ resolve_application_remote_otp(Config) ->
<<"write/2">>
),
#{result := Result} = els_client:completionitem_resolve(Selected),
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 949c650

Please sign in to comment.