diff --git a/src/course-outline/section-card/SectionCard.test.jsx b/src/course-outline/section-card/SectionCard.test.jsx index ab3c000287..df7367203c 100644 --- a/src/course-outline/section-card/SectionCard.test.jsx +++ b/src/course-outline/section-card/SectionCard.test.jsx @@ -30,6 +30,7 @@ const renderComponent = (props) => render( render( onEditSectionSubmit={jest.fn()} onDuplicateSubmit={jest.fn()} isSectionsExpanded + moveSection={jest.fn()} + finalizeSectionOrder={jest.fn()} {...props} > children