Skip to content

Commit

Permalink
Update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Jun 5, 2023
1 parent e12b350 commit 43ac00a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
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 43ac00a

Please sign in to comment.