mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
web - fix single folder api tests
This commit is contained in:
@@ -219,7 +219,7 @@ suite('editor tests', () => {
|
||||
return testEditorContents('/far.js');
|
||||
});
|
||||
|
||||
test('editor contents are correct read (large file)', async function () {
|
||||
test('editor contents are correctly read (large file)', async function () {
|
||||
return testEditorContents('/lorem.txt');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user