diff --git a/packages/block-editor/src/store/test/selectors.js b/packages/block-editor/src/store/test/selectors.js index 9140248391cf8e..fd10f9189a4ef3 100644 --- a/packages/block-editor/src/store/test/selectors.js +++ b/packages/block-editor/src/store/test/selectors.js @@ -7,6 +7,7 @@ import { setFreeformContentHandlerName, } from '@wordpress/blocks'; import { RawHTML } from '@wordpress/element'; +import { symbol } from '@wordpress/icons'; /** * Internal dependencies @@ -3347,7 +3348,7 @@ describe( 'selectors', () => { category: 'reusable', content: '', frecency: 0, - icon: { src: 'test' }, + icon: symbol, id: 'core/block/1', initialAttributes: { ref: 1 }, isDisabled: false,