Skip to content

Commit

Permalink
Fix typo in use-block-sync-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Nov 20, 2024
1 parent 7d8dee1 commit 69e3004
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 69e3004

Please sign in to comment.