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 29db582 CAMEL-12003: Fixed test
29db582 is described below
commit 29db5822b1d682973ed099b03e2e50c961427ede
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Aug 5 09:26:30 2019 +0200
CAMEL-12003: Fixed test
---
.../camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java
b/components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java
index ff928f9..a2c9cc2 100644
---
a/components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java
+++
b/components/camel-hazelcast/src/test/java/org/apache/camel/component/hazelcast/HazelcastSedaConcurrentConsumersTest.java
@@ -34,7 +34,6 @@ public class HazelcastSedaConcurrentConsumersTest extends
CamelTestSupport {
public void createConcurrentConsumers() throws Exception {
int bodyCount = 5;
- mock.expectedBodiesReceived("test");
mock.expectedMessageCount(bodyCount);
for (int i = 0; i < bodyCount; i++) {