Skip to content

Commit 2cb7fe3

Browse files
authored
update test to cover #181753 (#193)
1 parent 2a7eb23 commit 2cb7fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/completion.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ suite('JSON Completion', () => {
494494
uniqueItems: true,
495495
items: {
496496
default: 1,
497-
defaultSnippets: [{ body: "world" }, { body: "hello" }]
497+
defaultSnippets: [{ body: "world" }, { label: "new item", "description": "", body: "hello" }]
498498
}
499499
}
500500
}

0 commit comments

Comments
 (0)