You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/16 13:37:51 UTC

[camel] 02/02: Regen for commit cd2cae3b899d1079353132f92c2007c27786268b

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

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

commit 47245e80500b3d64fffc55e31acc908e610762fd
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Thu Feb 16 13:32:22 2023 +0000

    Regen for commit cd2cae3b899d1079353132f92c2007c27786268b
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../src/test/java/org/apache/camel/processor/SagaTimeoutTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java b/core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java
index 03d0ba6936c..29c085f501b 100644
--- a/core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/processor/SagaTimeoutTest.java
@@ -85,7 +85,7 @@ public class SagaTimeoutTest extends ContextTestSupport {
         CamelExecutionException ex = assertThrows(CamelExecutionException.class,
                 () -> {
                     template.sendBody("direct:saga-multi-participants", "Hello");
-            });
+                });
 
         assertEquals("Cannot begin: status is COMPENSATED", ex.getCause().getMessage());
         end.assertIsSatisfied();