web - fix single folder api tests

This commit is contained in:
Benjamin Pasero
2019-11-04 14:19:32 +01:00
parent 3f1f36333d
commit 8e809b0230
2 changed files with 4 additions and 2 deletions

View File

@@ -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');
});