From 3ca6bfe43c452c8e6c69ffaac443c7588a216164 Mon Sep 17 00:00:00 2001 From: liangtongchuan Date: Mon, 8 Feb 2021 11:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=EF=BC=9A=E6=81=A2=E5=A4=8D?= =?UTF-8?q?=E5=86=9B=E5=9B=A2=E7=9A=84=E5=87=A0=E4=B8=AA=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/test/guild.test.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game-server/test/guild.test.ts b/game-server/test/guild.test.ts index 1a9ac23d8..12358702f 100644 --- a/game-server/test/guild.test.ts +++ b/game-server/test/guild.test.ts @@ -136,7 +136,7 @@ describe('军团测试', function() { }); }); - it.skip('获取申请列表', function (done) { + it('获取申请列表', function (done) { pinusClient.request('battle.guildHandler.getApplyList', { }, (res) => { // 消息回调 expect(res).to.be.an('object'); @@ -158,7 +158,7 @@ describe('军团测试', function() { }); }); - it.skip('团长查看可邀请列表', function (done) { + it('团长查看可邀请列表', function (done) { pinusClient.request('battle.guildHandler.getInviteMemberList', { }, (res) => { // 消息回调 expect(res).to.be.an('object'); @@ -179,7 +179,7 @@ describe('军团测试', function() { }); }); - it.skip('查看军团成员列表', function (done) { + it('查看军团成员列表', function (done) { let index = Math.floor(Math.random() * guildList.length); if(guildList[index]) { let code = guildList[index].code;