寻宝:匹配的队伍也要超时判负;action 返回本次伤害;测试用例修改
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user