Skip to content

Commit 24ad37e

Browse files
committed
Fix test
Signed-off-by: Yevhen Vydolob <[email protected]>
1 parent 63234b7 commit 24ad37e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/completion.test.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ describe('Completion should work in multiple different scenarios', () => {
5858
await activate(travisUri);
5959
await updateSettings('schemaStore.enable', false);
6060
await testCompletion(travisUri, new vscode.Position(0, 0), {
61-
items: [],
61+
items: [
62+
{
63+
label: 'Inline schema',
64+
kind: 0,
65+
},
66+
],
6267
});
6368
});
6469
});

0 commit comments

Comments
 (0)