Skip to content

Commit

Permalink
Add removed block to stack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck committed Oct 15, 2024
1 parent ae243c7 commit f1f4962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/integration/stacks/stack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ suite('stacks stack', () => {
new vscode.CompletionItem('locals', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('output', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('provider', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('removed', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('required_providers', vscode.CompletionItemKind.Class),
new vscode.CompletionItem('variable', vscode.CompletionItemKind.Class),
];
Expand Down

0 comments on commit f1f4962

Please sign in to comment.