Skip to content

Commit

Permalink
Update tldr-lint.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Sep 29, 2024
1 parent 09810a8 commit dacc2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/tldr-lint.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ describe('Common TLDR formatting errors', function() {
return `111${char}`;
});

const errors = lintFile(`pages/failing/111${char}.md`).errors;
const errors = lintFile(`pages/failing/111.md`).errors;

expect(containsOnlyErrors(errors, 'TLDR111')).toBeTruthy();
expect(errors.length).toBe(1);
Expand Down

0 comments on commit dacc2af

Please sign in to comment.