Skip to content

Commit ff9b63a

Browse files
committed
Fix one unit test
1 parent f3ca9ea commit ff9b63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-library/src/group/test/__snapshots__/transforms.native.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`Group block transforms to Columns block 1`] = `
44
"<!-- wp:columns -->
55
<div class="wp-block-columns"><!-- wp:column {"width":"100%"} -->
6-
<div class="wp-block-column" style="flex-basis:100%"><!-- wp:group -->
6+
<div class="wp-block-column" style="flex-basis:100%"><!-- wp:group {"anchor":"this-is-another-anchor"} -->
77
<div id="this-is-another-anchor" class="wp-block-group"><!-- wp:paragraph -->
88
<p>One.</p>
99
<!-- /wp:paragraph -->

0 commit comments

Comments
 (0)