From a12f3c9529ce78ee0a42018447f21896373b3ead Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Wed, 11 Aug 2021 17:37:21 +0800 Subject: [PATCH] rollback tcc come back --- test/grpc_tcc_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/grpc_tcc_test.go b/test/grpc_tcc_test.go index f246816..0b279a8 100644 --- a/test/grpc_tcc_test.go +++ b/test/grpc_tcc_test.go @@ -11,9 +11,9 @@ import ( ) func TestGrpcTcc(t *testing.T) { - // tccGrpcNormal(t) + tccGrpcNormal(t) tccGrpcNested(t) - // tccGrpcRollback(t) + tccGrpcRollback(t) } func tccGrpcNormal(t *testing.T) {