TEST: Fix indentation in FullClusterRestartIT (#34420)

This commit is contained in:
Nhat Nguyen 2018-10-12 15:11:55 -04:00 committed by GitHub
parent 080ddd5d9c
commit 100a18bd8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -803,7 +803,8 @@ public class FullClusterRestartIT extends AbstractFullClusterRestartTestCase {
}
assertNotEquals("expected at least 1 current segment after translog recovery. segments:\n" + segmentsResponse,
0, numCurrentVersion);
assertNotEquals("expected at least 1 old segment. segments:\n" + segmentsResponse, 0, numBwcVersion);}
assertNotEquals("expected at least 1 old segment. segments:\n" + segmentsResponse, 0, numBwcVersion);
}
}
}