寻宝测试:增加两个简单接口的测试
This commit is contained in:
@@ -67,7 +67,7 @@ describe('军团测试', function() {
|
||||
|
||||
it('获取军团列表', function(done) {
|
||||
pinusClient.request('battle.guildHandler.getGuildList', {page:1, showPeopleMax: true, name: ""} , (res) => {
|
||||
console.log(JSON.stringify(res))
|
||||
// console.log(JSON.stringify(res))
|
||||
// 消息回调
|
||||
expect(res).to.be.an('object');
|
||||
expect(res.code).equal(0);
|
||||
|
||||
Reference in New Issue
Block a user