mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Fix test
This commit is contained in:
@@ -149,6 +149,6 @@ suite('Markdown path completion provider', () => {
|
||||
`[](./sub/${CURSOR})`
|
||||
));
|
||||
|
||||
assert.ok(completions.some(x => x.label === 'file%20with%20space.md'), 'Has encoded path completion');
|
||||
assert.ok(completions.some(x => x.insertText === 'file%20with%20space.md'), 'Has encoded path completion');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user