From 0e9d1497220f714790c89496c5363fe68d6fa3f3 Mon Sep 17 00:00:00 2001 From: Ali Nawaz Date: Fri, 2 Aug 2024 12:51:03 +0500 Subject: [PATCH] fix: more lint fixes --- src/components/EditCoursePage/EditCourseForm.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EditCoursePage/EditCourseForm.test.jsx b/src/components/EditCoursePage/EditCourseForm.test.jsx index fc0ebc624..840da6048 100644 --- a/src/components/EditCoursePage/EditCourseForm.test.jsx +++ b/src/components/EditCoursePage/EditCourseForm.test.jsx @@ -490,7 +490,7 @@ describe('BaseEditCourseForm', () => { uuid={initialValuesFull.uuid} type={initialValuesFull.type} id="edit-course-form" - collaboratorOptions={ {data: {}} } + collaboratorOptions={{ data: {} }} />); expect(shallowToJson(component)).toMatchSnapshot(); });