github.com/cosmos/cosmos-proto@v1.0.0-beta.3/internal/testprotos/test3/compliance_test.go (about)

     1  package test3
     2  
     3  import (
     4  	"google.golang.org/protobuf/testing/prototest"
     5  	"testing"
     6  )
     7  
     8  func TestCompliance(t *testing.T) {
     9  	prototest.Message{}.Test(t, (&TestAllTypes{}).ProtoReflect().Type())
    10  }