Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CordlessWool committed Feb 10, 2024
1 parent 6a84ada commit 5097b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/editor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ describe('Editor', () => {

test('read file with only one line', async () => {
const fileContentLength = 591;
const testFile = `${TestFilesystemHelper.STATIC_TEST_DIR}/oneLine.txt`;
const testFile = `${TestFilesystemHelper.STATIC_TEST_DIR}/oneline.txt`;
const reader = await createEditor(testFile);
const resultForward = await reader.getFirstLine();
expect(resultForward).toBeDefined();
Expand Down

0 comments on commit 5097b59

Please sign in to comment.