Skip to content

Commit

Permalink
Update getInserterItems test
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Jul 12, 2023
1 parent a8b0ddd commit 74f84ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -3351,7 +3351,7 @@ describe( 'selectors', () => {
id: 'core/block/1',
initialAttributes: { ref: 1 },
isDisabled: false,
keywords: [],
keywords: [ 'reusable' ],
name: 'core/block',
syncStatus: undefined,
title: 'Reusable Block 1',
Expand Down

0 comments on commit 74f84ba

Please sign in to comment.