寻宝:匹配的队伍也要超时判负;action 返回本次伤害;测试用例修改

This commit is contained in:
liangtongchuan
2021-01-19 20:07:37 +08:00
parent 7743e1036b
commit 3d29da928e
3 changed files with 29 additions and 14 deletions

View File

@@ -39,7 +39,6 @@ describe('test zyz login', function() {
port: port
}, (data) => {
// 连接成功执行函数
console.log('gate连接成功', data);
done();
});
});
@@ -53,7 +52,6 @@ describe('test zyz login', function() {
expect(1).equal(1);
pinusClient.request('connector.entryHandler.enter', {token:'mgn0njiajb6kapid3eekvt7tssxelig9zi2oq2bzkxr4zzi9w9', serverId: 1} , (ret) => {
// 消息回调
console.log('connector返回', JSON.stringify(ret));
expect(ret).to.be.an('object');
expect(ret.code).equal(0);
done();