寻宝测试:增加两个简单接口的测试

This commit is contained in:
liangtongchuan
2021-02-08 16:51:32 +08:00
parent 52ecb5e282
commit 49024c5aa0
3 changed files with 42 additions and 13 deletions
+1 -1
View File
@@ -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);