From 5258f003c2b6190ee49acdf2d5aa50bfb86da89a Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Mon, 8 Feb 2021 11:17:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=86=9B=E5=9B=A2=E8=BF=94=E5=9B=9E=E4=B8=AD?= =?UTF-8?q?=E5=B7=B2=E7=BB=8F=E5=8E=BB=E6=8E=89=E7=9A=84=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/guild.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game-server/test/guild.test.ts b/game-server/test/guild.test.ts index 12358702f..4443d5d58 100644 --- a/game-server/test/guild.test.ts +++ b/game-server/test/guild.test.ts @@ -119,7 +119,7 @@ describe('军团测试', function() { expect(res.data.leader).to.have.deep.property('headHid').that.is.an('number'); expect(res.data.leader).to.have.deep.property('lv').that.is.an('number'); expect(res.data.leader).to.have.deep.property('ce').that.is.an('number'); - expect(res.data.leader).to.have.deep.property('loginTime').that.is.an('number'); + // 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'); @@ -173,7 +173,7 @@ describe('军团测试', function() { expect(list).to.have.deep.property('sHid').that.is.a('number'); expect(list).to.have.deep.property('lv').that.is.a('number'); expect(list).to.have.deep.property('title').that.is.a('number'); - expect(list).to.have.deep.property('loginTime').that.is.a('number'); + // expect(list).to.have.deep.property('loginTime').that.is.a('number'); }); done(); }); @@ -198,7 +198,7 @@ describe('军团测试', function() { expect(list).to.have.deep.property('sHid').that.is.a('number'); expect(list).to.have.deep.property('lv').that.is.a('number'); expect(list).to.have.deep.property('title').that.is.a('number'); - expect(list).to.have.deep.property('loginTime').that.is.a('number'); + // expect(list).to.have.deep.property('loginTime').that.is.a('number'); expect(list).to.have.deep.property('job').that.is.a('number'); // expect(list).to.have.deep.property('auth').that.is.a('number'); // expect(list).to.have.deep.property('honourWeekly').that.is.a('number');