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 12, 2021
1 parent 43744ab commit 3493a0a
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 3493a0a

Please sign in to comment.