Skip to content

Commit 4318900

Browse files
authored
Fix snapshots for Spacer mobile unit tests (#48406)
1 parent 53bd226 commit 4318900

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/block-library/src/spacer/test/__snapshots__/index.native.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ exports[`Spacer block inserts block 1`] = `
1919
`;
2020

2121
exports[`Spacer block inserts block with spacingSizes preset 1`] = `
22-
"<!-- wp:spacer {\\"height\\":\\"70px\\"} -->
23-
<div style=\\"height:70px\\" aria-hidden=\\"true\\" class=\\"wp-block-spacer\\"></div>
22+
"<!-- wp:spacer {"height":"70px"} -->
23+
<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>
2424
<!-- /wp:spacer -->"
2525
`;
2626

2727
exports[`Spacer block inserts block with spacingSizes preset without matching global styles values 1`] = `
28-
"<!-- wp:spacer {\\"height\\":\\"120px\\"} -->
29-
<div style=\\"height:120px\\" aria-hidden=\\"true\\" class=\\"wp-block-spacer\\"></div>
28+
"<!-- wp:spacer {"height":"120px"} -->
29+
<div style="height:120px" aria-hidden="true" class="wp-block-spacer"></div>
3030
<!-- /wp:spacer -->"
3131
`;
3232

0 commit comments

Comments
 (0)