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
Simplify test string
  • Loading branch information
andrewserong committed Aug 7, 2023
commit b333607663b4ec5b48b24ac9d9507bc15430e7aa
2 changes: 1 addition & 1 deletion packages/core-data/src/test/entity-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ describe( 'useEntityBlockEditor', () => {
...blocks,
createBlock( 'core/test-block', {
content:
'<p><sup data-fn="88e603f5-88f2-4870-b3e0-6a086b8bd566" class="fn"><a href="#88e603f5-88f2-4870-b3e0-6a086b8bd566" id="88e603f5-88f2-4870-b3e0-6a086b8bd566-link">1</a></sup></p>',
'<p><sup data-fn="1234" class="fn"><a href="#1234" id="1234-link">1</a></sup></p>',
} ),
],
{
Expand Down