fix(接口测试): 修复后置脚本超过10个后的排序问题

--bug=1014759 --user=王孝刚 [接口测试]github#15616后置超过sql超过十个以后第1,10,11会优先执行
https://www.tapd.cn/55049933/s/1198839
This commit is contained in:
wxg0103 2022-07-11 16:41:47 +08:00 committed by f2c-ci-robot[bot]
parent 358e3b2c1e
commit def44a3326
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}