Skip to content

Commit

Permalink
Add ephemeral attribute to test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Nov 15, 2024
1 parent 3fd3bdb commit e31b6fe
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions internal/langserver/handlers/complete_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,26 @@ func TestModuleCompletion_withValidData_tooNewVersion(t *testing.T) {
"newText": "description"
}
},
{
"label": "ephemeral",
"kind": 10,
"detail": "optional, bool",
"documentation": "Whether the value is ephemeral and should not be persisted in the state",
"insertTextFormat": 1,
"textEdit": {
"range": {
"start": {
"line": 1,
"character": 0
},
"end": {
"line": 1,
"character": 0
}
},
"newText": "ephemeral"
}
},
{
"label": "nullable",
"kind": 10,
Expand Down

0 comments on commit e31b6fe

Please sign in to comment.