Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WPprodigy committed Sep 12, 2023
1 parent 0e070ad commit 3fcd4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search/includes/classes/test-class-health.php
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ public function test_heal_index_settings_for_indexable( $desired_settings, $opti

$health->elasticsearch->expects( $this->once() )
->method( 'update_index_settings' )
->with( $index_name, $expected_updated_settings, true );
->with( $index_name, $expected_updated_settings, false );

$result = $health->heal_index_settings_for_indexable( $mocked_indexable, $options );

Expand Down

0 comments on commit 3fcd4eb

Please sign in to comment.