mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-06-10 03:07:32 +08:00
增加关于声明式组件继承父类的测试用例
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user