mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-08 03:49:38 +00:00
Shorter name for test class
This commit renames the ElasticsearchCommandLineParsingTests to ElasticsearchCliTests.
This commit is contained in:
parent
2f7e181318
commit
d1b85f69ef
@ -40,7 +40,7 @@ import static org.hamcrest.CoreMatchers.containsString;
|
||||
import static org.hamcrest.CoreMatchers.equalTo;
|
||||
import static org.hamcrest.Matchers.hasEntry;
|
||||
|
||||
public class ElasticsearchCommandLineParsingTests extends ESTestCase {
|
||||
public class ElasticsearchCliTests extends ESTestCase {
|
||||
|
||||
public void testVersion() throws Exception {
|
||||
runTestThatVersionIsMutuallyExclusiveToOtherOptions("-V", "-d");
|
Loading…
x
Reference in New Issue
Block a user