fix(接口测试): 修复后置脚本超过10个后的排序问题
--bug=1014759 --user=王孝刚 [接口测试]github#15616后置超过sql超过十个以后第1,10,11会优先执行 https://www.tapd.cn/55049933/s/1198839
This commit is contained in:
parent
358e3b2c1e
commit
def44a3326
|
@ -688,7 +688,6 @@ public class ElementUtil {
|
|||
list.get(i).setIndex(String.valueOf(i));
|
||||
}
|
||||
}
|
||||
return list.stream().sorted(Comparator.comparing(MsTestElement::getIndex)).collect(Collectors.toList());
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue