Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed Oct 27, 2021
1 parent 63234b7 commit 24ad37e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/completion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ describe('Completion should work in multiple different scenarios', () => {
await activate(travisUri);
await updateSettings('schemaStore.enable', false);
await testCompletion(travisUri, new vscode.Position(0, 0), {
items: [],
items: [
{
label: 'Inline schema',
kind: 0,
},
],
});
});
});

0 comments on commit 24ad37e

Please sign in to comment.