Skip to content

Commit

Permalink
Update other Aside test to make it compatible with subcomponents
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfodness committed May 29, 2024
1 parent 51550ff commit 61af24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/apple-exporter/components/test-class-aside.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ public function test_transform_aside(): void {
'role' => 'body',
'text' => '<p>This is an aside.</p>',
'format' => 'html',
'textStyle' => 'default-body',
'layout' => 'body-layout',
'textStyle' => 'aside-subcomponent-default-body',
'layout' => 'aside-subcomponent-body-layout',
],
],
$json['components'][4]['components'],
Expand Down

0 comments on commit 61af24f

Please sign in to comment.