优化测试用例

This commit is contained in:
bryan31
2021-08-12 17:31:46 +08:00
parent 32ab580bcc
commit b4f5aec504

View File

@@ -44,6 +44,6 @@ public class LiteflowScriptQLExpressTest extends BaseTest {
public void testScript2() {
LiteflowResponse<DefaultSlot> response = flowExecutor.execute2Resp("chain2", "arg");
Assert.assertTrue(response.isSuccess());
Assert.assertEquals("d==>s2==>b", response.getSlot().printStep());
Assert.assertEquals("d==>s2[条件脚本]==>b", response.getSlot().printStep());
}
}