1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-10 00:29:01 +02:00

rolloback unrelated chane

This commit is contained in:
renzheng.wang 2019-10-16 02:09:26 +08:00
parent 8e4b6f3bb2
commit d6a78697e7

View File

@ -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)
}