From 13bfd4ed52e60a3bca7977c17684107bfdcaee43 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Mon, 8 Feb 2021 11:24:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E4=B8=8A=E4=B8=AA=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/guild.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/test/guild.test.ts b/game-server/test/guild.test.ts index 4443d5d58..dad56b93b 100644 --- a/game-server/test/guild.test.ts +++ b/game-server/test/guild.test.ts @@ -122,7 +122,7 @@ describe('军团测试', function() { // expect(res.data.leader).to.have.deep.property('loginTime').that.is.an('number'); expect(res.data).to.have.deep.property('myInfo').that.is.an('object'); - expect(res.data.myInfo).to.have.deep.property('honourWeekly').that.is.an('number'); + // expect(res.data.myInfo).to.have.deep.property('honourWeekly').that.is.an('number'); expect(res.data.myInfo).to.have.deep.property('job').that.is.an('number'); expect(res.data.myInfo).to.have.deep.property('auth').that.is.an('number');