Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jan 14, 2024
1 parent 18b3910 commit 17d8004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/extract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ describe('extract', () => {

test('should extract file content', () => {
expect(extract(path.join(__dirname, 'text.txt')))
.toEqual('Simple text for translation.\n');
.toEqual('Simple text for translation.');
});
});

0 comments on commit 17d8004

Please sign in to comment.