Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jul 9, 2021
1 parent ba196c7 commit 5a7da4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit/class-wp-theme-json-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function test_get_settings() {
'color' => array(
'custom' => false,
),
'layout' => array(
'layout' => array(
'contentSize' => 'value',
'invalid/key' => 'value',
),
Expand Down

0 comments on commit 5a7da4e

Please sign in to comment.