Skip to content

Commit

Permalink
Fix verify shard before close action broken test
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <[email protected]>
  • Loading branch information
ashking94 committed Sep 19, 2024
1 parent 29cf87f commit 4420487
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public void testShardIsFlushed() throws Throwable {

public void testShardIsSynced() throws Throwable {
executeOnPrimaryOrReplica(true);
verify(indexShard, times(1)).sync();
verify(indexShard, times(1)).sync(true);
}

public void testOperationFailsWhenNotBlocked() {
Expand Down

0 comments on commit 4420487

Please sign in to comment.