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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4ed31ff  Polished
4ed31ff is described below

commit 4ed31ffb8c18c9a2ebdbe05da462f6fdf62f341b
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Feb 6 07:43:20 2019 +0100

    Polished
---
 .../java/org/apache/camel/component/consul/ConsulEventWatchTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/ConsulEventWatchTest.java
 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/ConsulEventWatchTest.java
index 52c9862..548cac1 100644
--- 
a/components/camel-consul/src/test/java/org/apache/camel/component/consul/ConsulEventWatchTest.java
+++ 
b/components/camel-consul/src/test/java/org/apache/camel/component/consul/ConsulEventWatchTest.java
@@ -38,7 +38,6 @@ public class ConsulEventWatchTest extends ConsulTestSupport {
         List<String> values = generateRandomListOfStrings(3);
 
         MockEndpoint mock = getMockEndpoint("mock:event-watch");
-        mock.expectedMessageCount(values.size());
         mock.expectedBodiesReceived(values);
         mock.expectedHeaderReceived(ConsulConstants.CONSUL_RESULT, true);
 

Reply via email to