From 0dff6c729cc31ac95614bf58d44ead0afe8508dd Mon Sep 17 00:00:00 2001 From: luying Date: Tue, 16 Nov 2021 19:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=AF=8F=E6=97=A5=E5=85=B3=E5=8D=A1=E6=97=A0=E6=B3=95=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/battle.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/test/battle.test.ts b/game-server/test/battle.test.ts index dd10b3a72..5127b57c4 100644 --- a/game-server/test/battle.test.ts +++ b/game-server/test/battle.test.ts @@ -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;