Skip to content

Commit

Permalink
Make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Mar 1, 2021
1 parent 3547a4b commit 4534066
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit/class-wp-theme-json-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,23 +298,23 @@ function test_get_stylesheet_preset_rules_come_after_block_rules() {
array(
'settings' => array(
'core/group' => array(
'color' => array(
'color' => array(
'palette' => array(
array(
'slug' => 'grey',
'color' => 'grey',
),
),
)
)
),
),
),
'styles' => array(
'core/group' => array(
'color' => array(
'text' => 'red',
),
),
)
),
)
);

Expand Down

0 comments on commit 4534066

Please sign in to comment.