Skip to content

Commit

Permalink
Update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Mar 14, 2022
1 parent 0d69717 commit 1c1435c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/breadcrumbs/block.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"name": "core/breadcrumbs",
"title": "Breadcrumbs",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/fixtures/blocks/core__breadcrumbs.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- wp:breadcrumbs {"nestingLevel":4,"separator":"|","showLeadingSeparator":true} /-->
<!-- wp:breadcrumbs {"separator":"|","showLeadingSeparator":true} /-->
5 changes: 1 addition & 4 deletions test/integration/fixtures/blocks/core__breadcrumbs.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[
{
"clientId": "_clientId_0",
"name": "core/breadcrumbs",
"isValid": true,
"attributes": {
"nestingLevel": 4,
"separator": "|",
"showCurrentPageTitle": false,
"showLeadingSeparator": true,
"showSiteTitle": true
},
"innerBlocks": [],
"originalContent": ""
"innerBlocks": []
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"blockName": "core/breadcrumbs",
"attrs": {
"nestingLevel": 4,
"separator": "|",
"showLeadingSeparator": true
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- wp:breadcrumbs {"nestingLevel":4,"separator":"|","showLeadingSeparator":true} /-->
<!-- wp:breadcrumbs {"separator":"|","showLeadingSeparator":true} /-->

0 comments on commit 1c1435c

Please sign in to comment.