Skip to content

Commit

Permalink
linto
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Nov 13, 2024
1 parent b4944e0 commit 5a5a99b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit/class-wp-theme-json-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -5927,7 +5927,7 @@ public function test_return_block_node_paths() {
),
),
'core/group' => array(
'elements' => array(
'elements' => array(
'link' => array(
'color' => array(
'background' => 'blue',
Expand Down Expand Up @@ -6013,15 +6013,15 @@ public function test_return_block_node_paths_with_variations() {

$expected = array(
array(
'path' => array( 'styles', 'blocks', 'core/button' ),
'path' => array( 'styles', 'blocks', 'core/button' ),
'variations' => array(
array(
'path' => array( 'styles', 'blocks', 'core/button', 'variations', 'cheese' ),
),
),
),
array(
'path' => array( 'styles', 'blocks', 'core/group' ),
'path' => array( 'styles', 'blocks', 'core/group' ),
'variations' => array(
array(
'path' => array( 'styles', 'blocks', 'core/group', 'variations', 'apricot' ),
Expand Down

0 comments on commit 5a5a99b

Please sign in to comment.