Skip to content

Commit 9d2d103

Browse files
committed
chore: lint fix
1 parent e02acc4 commit 9d2d103

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/library-authoring/backup-restore/LibraryBackupPage.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jest.mock('@edx/frontend-platform/i18n', () => ({
2929
const mockLibraryData:
3030
{ data: typeof mockContentLibrary.libraryData | undefined } = { data: mockContentLibrary.libraryData };
3131

32-
// TODO: consider using the usual mockContentLibrary.applyMocks pattern after figuring out
33-
// why it doesn't work here as expected
32+
// TODO: consider using the usual mockContentLibrary.applyMocks pattern after figuring out
33+
// why it doesn't work here as expected
3434
jest.mock('@src/library-authoring/data/apiHooks', () => ({
3535
useContentLibrary: () => (mockLibraryData),
3636
}));

0 commit comments

Comments
 (0)