Skip to content

Commit

Permalink
refactor: after review
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Apr 29, 2024
1 parent 335178a commit 6f7f702
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/course-unit/CourseUnit.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -998,9 +998,7 @@ describe('<CourseUnit />', () => {
children: [
{
...courseVerticalChildrenMock.children[0],
actions: {
...updatedXBlockActions,
},
actions: updatedXBlockActions,
},
],
});
Expand Down

0 comments on commit 6f7f702

Please sign in to comment.