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

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

commit 08e6f734d6e9bff05b1a09178d760959c6ee67b4
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Tue Apr 16 12:01:10 2024 +0200

    (chores) camel-core: removed unused operations in tests
---
 .../org/apache/camel/core/xml/AbstractCamelContextFactoryBeanTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/core/camel-core-xml/src/test/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBeanTest.java
 
b/core/camel-core-xml/src/test/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBeanTest.java
index eb25d91155a..d5ea5f4e382 100644
--- 
a/core/camel-core-xml/src/test/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBeanTest.java
+++ 
b/core/camel-core-xml/src/test/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBeanTest.java
@@ -43,7 +43,6 @@ import org.mockito.ArgumentCaptor;
 
 import static java.util.Arrays.asList;
 import static java.util.Arrays.stream;
-
 import static org.assertj.core.api.Assertions.assertThat;
 import static org.mockito.ArgumentMatchers.anyString;
 import static org.mockito.Mockito.atLeastOnce;

Reply via email to