Skip to content

Commit c5cf00a

Browse files
committed
chore: fix lint issues
1 parent 692e2dc commit c5cf00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library-authoring/LibraryAuthoringPage.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ describe('<LibraryAuthoringPage />', () => {
889889
// Check error toast
890890
await waitFor(() => expect(axiosMock.history.post.length).toBe(1));
891891
expect(mockShowToast).toHaveBeenCalledWith(
892-
expect.stringMatching(new RegExp(`There is an error when creating the library ${containerType}`, 'i'))
892+
expect.stringMatching(new RegExp(`There is an error when creating the library ${containerType}`, 'i')),
893893
);
894894
});
895895

0 commit comments

Comments
 (0)