Skip to content

Commit

Permalink
fix: more lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Aug 2, 2024
1 parent 9b04c44 commit 0e9d149
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: {} }}
/>);
expect(shallowToJson(component)).toMatchSnapshot();
});
Expand Down

0 comments on commit 0e9d149

Please sign in to comment.