From 2d063592b230014b628d6d2fad992893edebb248 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Wed, 5 Nov 2025 19:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=85=B3=E4=BA=8E=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E5=BC=8F=E7=BB=84=E4=BB=B6=E7=BB=A7=E6=89=BF=E7=88=B6?= =?UTF-8?q?=E7=B1=BB=E7=9A=84=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liteflow/test/parent/ParentDeclMultiSpringbootTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liteflow-testcase-el/liteflow-testcase-el-declare-multi-springboot/src/test/java/com/yomahub/liteflow/test/parent/ParentDeclMultiSpringbootTest.java b/liteflow-testcase-el/liteflow-testcase-el-declare-multi-springboot/src/test/java/com/yomahub/liteflow/test/parent/ParentDeclMultiSpringbootTest.java index 6d48560dd..f4b58b558 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-declare-multi-springboot/src/test/java/com/yomahub/liteflow/test/parent/ParentDeclMultiSpringbootTest.java +++ b/liteflow-testcase-el/liteflow-testcase-el-declare-multi-springboot/src/test/java/com/yomahub/liteflow/test/parent/ParentDeclMultiSpringbootTest.java @@ -31,7 +31,7 @@ public class ParentDeclMultiSpringbootTest extends BaseTest { private FlowExecutor flowExecutor; @Test - public void testBase1() throws Exception { + public void testP1() throws Exception { LiteflowResponse response = flowExecutor.execute2Resp("chain1", "arg"); Assertions.assertTrue(response.isSuccess()); }