Skip to content

Commit ccd79be

Browse files
lint fixes
1 parent 0d1caaa commit ccd79be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/phpunit/tests/abilities-api/wpPostTypeAbilitiesRest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ public function test_meta_query_with_valid_key_succeeds(): void {
832832
public function test_meta_query_with_non_slug_registered_key_succeeds(): void {
833833
$response = $this->dispatch_get_ability(
834834
array(
835-
'query' => array(
835+
'query' => array(
836836
'meta' => array(
837837
'queries' => array(
838838
array(
@@ -887,7 +887,7 @@ public function test_meta_query_respects_post_type_specific_show_in_abilities_ov
887887

888888
$response = $this->dispatch_get_ability(
889889
array(
890-
'query' => array(
890+
'query' => array(
891891
'meta' => array(
892892
'queries' => array(
893893
array(

0 commit comments

Comments
 (0)