优化测试用例

This commit is contained in:
everywhere.z 2024-04-14 22:47:34 +08:00
parent b9798c4fe6
commit 621d98dc54
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class FallbackTest extends BaseTest {
LiteflowResponse response = flowExecutor.execute2Resp("concurrent2", "arg");
Assertions.assertTrue(response.isSuccess());
String stepStr = response.getExecuteStepStrWithoutTime();
Assertions.assertTrue("fb_comm_cmp==>fb_bool_cmp".equals(stepStr) || "ifn2==>c".equals(stepStr));
Assertions.assertTrue("fb_comm_cmp==>fb_bool_cmp".equals(stepStr) || "fb_bool_cmp==>fb_comm_cmp".equals(stepStr));
}
@Test