Skip to content

Commit

Permalink
Fix typo in use-block-sync tests (#67145)
Browse files Browse the repository at this point in the history
Co-authored-by: talldan <[email protected]>
Co-authored-by: ramonjd <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2024
1 parent d57502e commit b7d989e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jest.mock( '../../../store/actions', () => {
...actions,
resetBlocks: jest.fn( actions.resetBlocks ),
replaceInnerBlocks: jest.fn( actions.replaceInnerBlocks ),
setHasControlledInnerBlocks: jest.fn( actions.replaceInnerBlocks ),
setHasControlledInnerBlocks: jest.fn(
actions.setHasControlledInnerBlocks
),
};
} );

Expand Down

0 comments on commit b7d989e

Please sign in to comment.