增加关于声明式组件继承父类的测试用例

This commit is contained in:
everywhere.z
2025-11-05 19:34:15 +08:00
parent ff89a9aa20
commit 2d063592b2

View File

@@ -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());
}