Skip to content

Commit c6b2214

Browse files
committed
fix attributes test
1 parent efa4298 commit c6b2214

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/els_lsp/test/els_completion_SUITE.erl

+6
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,12 @@ attributes(Config) ->
233233
insertTextFormat => ?INSERT_TEXT_FORMAT_SNIPPET,
234234
kind => ?COMPLETION_ITEM_KIND_SNIPPET,
235235
label => <<"-spec">>
236+
},
237+
#{
238+
insertText => <<"nifs([${1:}]).">>,
239+
insertTextFormat => ?INSERT_TEXT_FORMAT_SNIPPET,
240+
kind => ?COMPLETION_ITEM_KIND_SNIPPET,
241+
label => <<"-nifs().">>
236242
}
237243
] ++ docs_attributes(),
238244
#{result := Completions} =

0 commit comments

Comments
 (0)