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

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


The following commit(s) were added to refs/heads/main by this push:
     new f6bad81b400 Regen
f6bad81b400 is described below

commit f6bad81b400342dc7da753fdc5b2bec2e31234ee
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jul 21 07:18:03 2023 +0200

    Regen
---
 .../apache/camel/component/smpp/integration/SmppTRXProducerIT.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/SmppTRXProducerIT.java
 
b/components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/SmppTRXProducerIT.java
index fbe5a1e39f0..aea09761b47 100644
--- 
a/components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/SmppTRXProducerIT.java
+++ 
b/components/camel-smpp/src/test/java/org/apache/camel/component/smpp/integration/SmppTRXProducerIT.java
@@ -139,10 +139,10 @@ class SmppTRXProducerIT extends CamelTestSupport {
 
                 from("direct:messageReceiver").id("testMessageReceiverRouteId")
                         .choice()
-                            .when(simple("${header.CamelSmppSourceAddr} == 
'555'"))
-                                .to("mock:garbage") // SMPPServerSimulator.run 
send a test message, ignore it
+                        .when(simple("${header.CamelSmppSourceAddr} == '555'"))
+                        .to("mock:garbage") // SMPPServerSimulator.run send a 
test message, ignore it
                         .otherwise()
-                            .to("mock:result");
+                        .to("mock:result");
 
                 
from("direct:messageReceiver2").id("testMessageReceiverRouteId2")
                         .to("mock:result2");

Reply via email to