Skip to content

Commit e2abf3f

Browse files
author
Andrey Ershov
committed
Rename tests
1 parent 9aff0d5 commit e2abf3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/vagrant/src/main/java/org/elasticsearch/packaging/test/ArchiveTestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public void test90SecurityCliPackaging() {
301301
}
302302
}
303303

304-
public void test100RepairIndexCliPackaging() {
304+
public void test100ElasticsearchShardCliPackaging() {
305305
assumeThat(installation, is(notNullValue()));
306306

307307
final Installation.Executables bin = installation.executables();
@@ -318,7 +318,7 @@ public void test100RepairIndexCliPackaging() {
318318
}
319319
}
320320

321-
public void test110RepairIndexCliPackaging() {
321+
public void test110ElasticsearchNodeCliPackaging() {
322322
assumeThat(installation, is(notNullValue()));
323323

324324
final Installation.Executables bin = installation.executables();

0 commit comments

Comments
 (0)