Skip to content

Commit

Permalink
fix attributes test
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Sep 25, 2024
1 parent efa4298 commit c6b2214
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/els_lsp/test/els_completion_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ attributes(Config) ->
insertTextFormat => ?INSERT_TEXT_FORMAT_SNIPPET,
kind => ?COMPLETION_ITEM_KIND_SNIPPET,
label => <<"-spec">>
},
#{
insertText => <<"nifs([${1:}]).">>,
insertTextFormat => ?INSERT_TEXT_FORMAT_SNIPPET,
kind => ?COMPLETION_ITEM_KIND_SNIPPET,
label => <<"-nifs().">>
}
] ++ docs_attributes(),
#{result := Completions} =
Expand Down

0 comments on commit c6b2214

Please sign in to comment.