测试:补充上个提交
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user