测试:修复每日关卡无法获取

This commit is contained in:
luying
2021-11-16 19:52:56 +08:00
parent 5fe816a343
commit 0dff6c729c

View File

@@ -118,7 +118,7 @@ describe('战斗测试', function () {
let type;
for(let data of dailyList) {
for(let war of data.wars) {
if(war.status == 1) {
if(war.status != 0) {
type = data.type;
battleId = war.battleId;
break;