Browse Source

barrier grpc used

pull/25/head
yedf2 5 years ago
parent
commit
cd411c6cba
  1. 12
      dtmgrpc/type_test.go

12
dtmgrpc/type_test.go

@ -0,0 +1,12 @@
package dtmgrpc
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestType(t *testing.T) {
_, err := BarrierFromGrpc(&BusiRequest{Info: &BranchInfo{}})
assert.Error(t, err)
}
Loading…
Cancel
Save