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');