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 2018/04/17 07:58:24 UTC

[camel] 02/02: CAMEL-12449: Fixed CS

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

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

commit 5976ebd95dc2290441ddcee12cad05fa0137db6f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Apr 17 09:57:11 2018 +0200

    CAMEL-12449: Fixed CS
---
 .../src/test/java/org/apache/camel/impl/cloud/LoadBalancerTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-core/src/test/java/org/apache/camel/impl/cloud/LoadBalancerTest.java b/camel-core/src/test/java/org/apache/camel/impl/cloud/LoadBalancerTest.java
index 1b30c29..219f7ae 100644
--- a/camel-core/src/test/java/org/apache/camel/impl/cloud/LoadBalancerTest.java
+++ b/camel-core/src/test/java/org/apache/camel/impl/cloud/LoadBalancerTest.java
@@ -23,7 +23,7 @@ import org.apache.camel.impl.DefaultCamelContext;
 import org.junit.BeforeClass;
 import org.junit.Test;
 
-import static junit.framework.TestCase.assertEquals;
+import static org.junit.Assert.assertEquals;
 
 public class LoadBalancerTest {
 

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.