This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.x by this push: new 09cbf6049c8 Regen for commit f8a5e74ecd80921d6d2cd0bab5e06884111427b7 09cbf6049c8 is described below commit 09cbf6049c8a578da228a089b283a1ea606a7d7d Author: zhfeng <zhf...@users.noreply.github.com> AuthorDate: Thu Feb 16 13:34:49 2023 +0000 Regen for commit f8a5e74ecd80921d6d2cd0bab5e06884111427b7 Signed-off-by: GitHub <nore...@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();