mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
更改测试用例
This commit is contained in:
@@ -28,7 +28,7 @@ public class BuilderELSpringbootTest2 extends BaseTest {
|
||||
// 通过spring去扫描组件,通过代码去构建chain
|
||||
@Test
|
||||
public void testBuilder() throws Exception {
|
||||
LiteFlowChainELBuilder.createChain().setChainName("chain1").setEL("THEN(h, i, j)").build();
|
||||
LiteFlowChainELBuilder.createChain().setChainId("chain1").setEL("THEN(h, i, j)").build();
|
||||
|
||||
LiteflowResponse response = flowExecutor.execute2Resp("chain1");
|
||||
Assert.assertTrue(response.isSuccess());
|
||||
|
||||
Reference in New Issue
Block a user