Skip to content

Commit 8a09c00

Browse files
Fix lint error
1 parent d56c6af commit 8a09c00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/__tests__/hooks/useInterlinearizerBookData.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ describe('useInterlinearizerBookData', () => {
9898
};
9999

100100
/**
101-
* Configures useProjectSetting to return the writing system code 'en' so the hook uses a
102-
* valid BCP 47 tag rather than falling back to 'und'.
101+
* Configures useProjectSetting to return the writing system code 'en' so the hook uses a valid
102+
* BCP 47 tag rather than falling back to 'und'.
103103
*/
104104
const setupDefaultProjectSettingMock = () => {
105105
jest.mocked(useProjectSetting).mockReturnValue(['en', jest.fn(), jest.fn(), false]);

0 commit comments

Comments
 (0)