mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 12:12:08 +08:00
修改单元测试
This commit is contained in:
@@ -165,7 +165,7 @@ public class SQLWithXmlELInstanceIdSpringbootTest extends BaseTest {
|
|||||||
|
|
||||||
LiteflowResponse response = flowExecutor.execute2Resp(chainId, "arg");
|
LiteflowResponse response = flowExecutor.execute2Resp(chainId, "arg");
|
||||||
String executeStepStr = response.getExecuteStepStr();
|
String executeStepStr = response.getExecuteStepStr();
|
||||||
Assertions.assertEquals("a==>b==>c==>a", response.getExecuteStepStr());
|
Assertions.assertTrue(response.isSuccess());
|
||||||
|
|
||||||
String instancePath = constructInstancePath(executeStepStr, chainId);
|
String instancePath = constructInstancePath(executeStepStr, chainId);
|
||||||
Assertions.assertEquals(instancePath, response.getExecuteStepStrWithInstanceId());
|
Assertions.assertEquals(instancePath, response.getExecuteStepStrWithInstanceId());
|
||||||
|
|||||||
Reference in New Issue
Block a user