From d6a78697e705a9585fbedc1bfdcd7fc729188767 Mon Sep 17 00:00:00 2001 From: "renzheng.wang" Date: Wed, 16 Oct 2019 02:09:26 +0800 Subject: [PATCH] rolloback unrelated chane --- pkg/net/rpc/warden/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/net/rpc/warden/server_test.go b/pkg/net/rpc/warden/server_test.go index ee4cd664e..8c324b38a 100644 --- a/pkg/net/rpc/warden/server_test.go +++ b/pkg/net/rpc/warden/server_test.go @@ -193,7 +193,7 @@ func runClient(ctx context.Context, cc *ClientConfig, t *testing.T, name string, return } -func TestMain(m *testing.M) { +func TestMain(t *testing.T) { log.Init(nil) }