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 2, 2021
1 parent 590133a commit 2d49b36
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 2d49b36

Please sign in to comment.