Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Aug 1, 2023
1 parent 7a9ebe6 commit b5ce419
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/block-editor/src/store/test/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
setFreeformContentHandlerName,
} from '@wordpress/blocks';
import { RawHTML } from '@wordpress/element';
import { symbol } from '@wordpress/icons';

/**
* Internal dependencies
Expand Down Expand Up @@ -3347,7 +3348,7 @@ describe( 'selectors', () => {
category: 'reusable',
content: '<!-- /wp:test-block-a -->',
frecency: 0,
icon: { src: 'test' },
icon: symbol,
id: 'core/block/1',
initialAttributes: { ref: 1 },
isDisabled: false,
Expand Down

0 comments on commit b5ce419

Please sign in to comment.