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
The following commit(s) were added to refs/heads/main by this push: new b1f9fdd2db0 Regen for commit 1030199662201a965cce33a2231cba4fbf1c34d5 b1f9fdd2db0 is described below commit b1f9fdd2db0ab5cd3c72b2c43531685c811464ce Author: davsclaus <davscl...@users.noreply.github.com> AuthorDate: Mon Jun 6 11:07:43 2022 +0000 Regen for commit 1030199662201a965cce33a2231cba4fbf1c34d5 Signed-off-by: GitHub <nore...@github.com> --- .../test/java/org/apache/camel/processor/RollbackDoTryCatchTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core/src/test/java/org/apache/camel/processor/RollbackDoTryCatchTest.java b/core/camel-core/src/test/java/org/apache/camel/processor/RollbackDoTryCatchTest.java index e524e7bd71d..cff2d477253 100644 --- a/core/camel-core/src/test/java/org/apache/camel/processor/RollbackDoTryCatchTest.java +++ b/core/camel-core/src/test/java/org/apache/camel/processor/RollbackDoTryCatchTest.java @@ -93,7 +93,7 @@ public class RollbackDoTryCatchTest extends ContextTestSupport { .to("mock:result"); from("direct:rollback") - .choice().when(body().isNotEqualTo("ok")).to("mock:rollback") + .choice().when(body().isNotEqualTo("ok")).to("mock:rollback") .rollback("That do not work"); }