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

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

commit 7200caabdb8e4f311b9f5cd6952ad42d383f1e6e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Nov 18 15:06:44 2020 +0100

    CAMEL-15836 - Camel-AWS2-Athena: enable autowire on the Athena Client, CS
---
 .../camel/component/aws2/athena/AthenaComponentClientRegistryTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-aws2-athena/src/test/java/org/apache/camel/component/aws2/athena/AthenaComponentClientRegistryTest.java
 
b/components/camel-aws2-athena/src/test/java/org/apache/camel/component/aws2/athena/AthenaComponentClientRegistryTest.java
index b1e1b06..5007d34 100644
--- 
a/components/camel-aws2-athena/src/test/java/org/apache/camel/component/aws2/athena/AthenaComponentClientRegistryTest.java
+++ 
b/components/camel-aws2-athena/src/test/java/org/apache/camel/component/aws2/athena/AthenaComponentClientRegistryTest.java
@@ -20,7 +20,6 @@ import org.apache.camel.test.junit5.CamelTestSupport;
 import org.junit.jupiter.api.Test;
 
 import static org.junit.jupiter.api.Assertions.assertEquals;
-import static org.junit.jupiter.api.Assertions.assertNotSame;
 import static org.junit.jupiter.api.Assertions.assertSame;
 import static org.junit.jupiter.api.Assertions.assertThrows;
 

Reply via email to