Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum committed Aug 15, 2024
1 parent b4b3836 commit ca20ba2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/php/indexables/TestPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -7544,7 +7544,8 @@ public function testQueryWithUnSupportedOrderByDoesNotUseEP() {
array(
'orderby' => 'post_parent__in',
'ep_integrate' => true,
) );
)
);
$this->assertNull( $query->elasticsearch_success );

// test for parent
Expand Down

0 comments on commit ca20ba2

Please sign in to comment.