Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix unit test typo
  • Loading branch information
ellatrix committed Mar 27, 2024
commit 3e270c3daf8795afbd7068fcfbba1415e6bd17bd
3 changes: 1 addition & 2 deletions packages/block-editor/src/store/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -3374,7 +3374,7 @@ describe( 'selectors', () => {
},
{
clientId: 'block4',
name: 'core/test-block-b',
name: 'core/test-block-a',
innerBlocks: [],
},
] );
Expand Down Expand Up @@ -3412,7 +3412,6 @@ describe( 'selectors', () => {
expect( secondBlockFirstCall.map( ( item ) => item.id ) ).toEqual( [
'core/test-block-a',
'core/test-block-b',
'core/test-block-c',
'core/freeform',
'core/test-block-ancestor',
'core/test-block-parent',
Expand Down