Skip to content

Commit e0cc56d

Browse files
committed
fixed typo
1 parent 2892e7f commit e0cc56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ApiMailAdapter.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ describe('ApiMailAdapter', () => {
650650
expect(htmlSpyData.toString('utf8')).toEqual(htmlFileData.toString('utf8'));
651651
});
652652

653-
it('falls back to default file if file reading throws', async () => {
653+
it('falls back to default file if file access throws', async () => {
654654
const getLocalizedFilePathSpy = spyOn(adapter, '_getLocalizedFilePath').and.callThrough();
655655
spyOn(fs, 'access').and.callFake(async () => {
656656
throw 'Test file access error';

0 commit comments

Comments
 (0)