From 426120cefbfdbf3f03b497268423443cda1d89d5 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 23 Jun 2022 14:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=83=8C=E5=8C=85=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/pack/module_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pack/module_test.go b/modules/pack/module_test.go index 7c9493050..fcfb77986 100644 --- a/modules/pack/module_test.go +++ b/modules/pack/module_test.go @@ -73,7 +73,7 @@ func TestMain(m *testing.M) { defer os.Exit(m.Run()) } -func Test_Log(t *testing.T) { +func Test_Modules(t *testing.T) { data, _ := ptypes.MarshalAny(&pb.Pack_Getlist_Req{}) s_gateComp.ReceiveMsg(context.Background(), &pb.AgentMessage{Method: "pack.getlist", Message: data}, &pb.RPCMessageReply{}) // items, err := module.db_comp.Pack_QueryUserPack("liwei1dao")