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 f2b49f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/BUG FIXES-20241015-153342.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: BUG FIXES
body: Add `removed` block to Stack tests
time: 2024-10-15T15:33:42.052847+02:00
custom:
Issue: "1861"
Repository: vscode-terraform
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 f2b49f7

Please sign in to comment.