You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/08/07 19:55:00 UTC

[camel] branch master updated: Fixed compile error

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 2cb32bc  Fixed compile error
2cb32bc is described below

commit 2cb32bc84e46cdb5ef47dea85d6df50555948041
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Aug 7 21:53:38 2019 +0200

    Fixed compile error
---
 .../cloud/zookeeper/CamelCloudZookeeperServiceRegistryTest.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-spring-cloud-zookeeper/src/test/java/org/apache/camel/spring/cloud/zookeeper/CamelCloudZookeeperServiceRegistryTest.java b/components/camel-spring-cloud-zookeeper/src/test/java/org/apache/camel/spring/cloud/zookeeper/CamelCloudZookeeperServiceRegistryTest.java
index fc9d0b1..6f98ceb 100644
--- a/components/camel-spring-cloud-zookeeper/src/test/java/org/apache/camel/spring/cloud/zookeeper/CamelCloudZookeeperServiceRegistryTest.java
+++ b/components/camel-spring-cloud-zookeeper/src/test/java/org/apache/camel/spring/cloud/zookeeper/CamelCloudZookeeperServiceRegistryTest.java
@@ -92,8 +92,8 @@ public class CamelCloudZookeeperServiceRegistryTest {
             assertThat(services).hasSize(1);
             assertThat(services).first().hasFieldOrPropertyWithValue("address", SERVICE_HOST);
             assertThat(services).first().hasFieldOrPropertyWithValue("port", SERVICE_PORT);
-            assertThat(services).first().extracting("payload").first().hasFieldOrPropertyWithValue("id", SERVICE_ID);
-            assertThat(services).first().extracting("payload").first().hasFieldOrPropertyWithValue("name", SERVICE_NAME);
+            assertThat(services).first().extracting("payload").hasFieldOrPropertyWithValue("id", SERVICE_ID);
+            assertThat(services).first().extracting("payload").hasFieldOrPropertyWithValue("name", SERVICE_NAME);
 
         } finally {
             // shutdown spring context