mirror of https://github.com/dtm-labs/dtm.git
1 changed files with 12 additions and 0 deletions
@ -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…
Reference in new issue