Skip to content

Commit a7e948d

Browse files
committed
apply spotlesscheck.
Signed-off-by: Rishikesh1159 <[email protected]>
1 parent ac8cde9 commit a7e948d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/opensearch/indices/replication/SegmentReplicationTargetServiceTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ public void testAlreadyOnNewCheckpoint() {
246246
verify(spy, times(0)).startReplication(any(), any(), any());
247247
}
248248

249-
250249
public void testShardAlreadyReplicating() {
251250
CountDownLatch blockGetCheckpointMetadata = new CountDownLatch(1);
252251
SegmentReplicationSource source = new TestReplicationSource() {

0 commit comments

Comments
 (0)