From 5f6de83b625f33a5192853dcd86fc7ee38128d21 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 10 Oct 2022 14:52:44 +0800 Subject: [PATCH] =?UTF-8?q?bingo=20=E8=B7=B3=E8=BF=87=E9=9A=8F=E6=9C=BA?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/hero_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hero/hero_test.go b/modules/hero/hero_test.go index 619b2f6e6..86084e2ec 100644 --- a/modules/hero/hero_test.go +++ b/modules/hero/hero_test.go @@ -157,4 +157,5 @@ func Test_Modules(t *testing.T) { reply := &pb.RPCMessageReply{} s_gateComp.ReceiveMsg(context.Background(), &pb.AgentMessage{UserId: "0_62c79d66acc7aa239b07c21e", MainType: "hero", SubType: "list", Message: data}, reply) log.Debugf("reply:%v", reply) + }