[Test] testCorruptionOnNetworkLayer had a typo in test name.

This commit is contained in:
Boaz Leskes 2014-07-11 08:30:46 +02:00
parent bb964e7817
commit 8f0a4ed390
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ public class CorruptedFileTest extends ElasticsearchIntegrationTest {
* to the replica. The file on disk stays uncorrupted * to the replica. The file on disk stays uncorrupted
*/ */
@Test @Test
public void testCorrupteOnNetworkLayer() throws ExecutionException, InterruptedException { public void testCorruptionOnNetworkLayer() throws ExecutionException, InterruptedException {
int numDocs = scaledRandomIntBetween(100, 1000); int numDocs = scaledRandomIntBetween(100, 1000);
assertThat(cluster().numDataNodes(), greaterThanOrEqualTo(2)); assertThat(cluster().numDataNodes(), greaterThanOrEqualTo(2));
if (cluster().numDataNodes() < 3) { if (cluster().numDataNodes() < 3) {