Skip to content

Commit

Permalink
fix:lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Aug 2, 2024
1 parent 04cadf4 commit 06997ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditCoursePage/EditCourseForm.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ describe('BaseEditCourseForm', () => {
uuid={initialValuesFull.uuid}
type={initialValuesFull.type}
id="edit-course-form"
collaboratorOptions={{data: {}}}
collaboratorOptions={ {data: {}} }

Check failure on line 493 in src/components/EditCoursePage/EditCourseForm.test.jsx

View workflow job for this annotation

GitHub Actions / tests

There should be no space after '{'

Check failure on line 493 in src/components/EditCoursePage/EditCourseForm.test.jsx

View workflow job for this annotation

GitHub Actions / tests

A space is required after '{'

Check failure on line 493 in src/components/EditCoursePage/EditCourseForm.test.jsx

View workflow job for this annotation

GitHub Actions / tests

A space is required before '}'

Check failure on line 493 in src/components/EditCoursePage/EditCourseForm.test.jsx

View workflow job for this annotation

GitHub Actions / tests

There should be no space before '}'
/>);
expect(shallowToJson(component)).toMatchSnapshot();
});
Expand Down

0 comments on commit 06997ca

Please sign in to comment.