This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fab85a  Improve Elasticsearch Rest test method name
6fab85a is described below

commit 6fab85ab7620b4e931976cfed9fe1d83f178d8f1
Author: James Netherton <[email protected]>
AuthorDate: Wed Apr 29 15:43:57 2020 +0100

    Improve Elasticsearch Rest test method name
---
 .../quarkus/component/elasticsearch/rest/it/ElasticsearchRestTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/integration-tests/elasticsearch-rest/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticsearchRestTest.java
 
b/integration-tests/elasticsearch-rest/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticsearchRestTest.java
index ba1f296..43da5bb 100644
--- 
a/integration-tests/elasticsearch-rest/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticsearchRestTest.java
+++ 
b/integration-tests/elasticsearch-rest/src/test/java/org/apache/camel/quarkus/component/elasticsearch/rest/it/ElasticsearchRestTest.java
@@ -29,7 +29,7 @@ import static org.hamcrest.Matchers.is;
 class ElasticsearchRestTest {
 
     @Test
-    public void loadComponentElasticsearchRest() {
+    public void testElasticsearchRestComponent() {
         String message = "Hello Camel Quarkus Elasticsearch";
 
         // Index data

Reply via email to