There was an error while loading. Please reload this page.
1 parent ce595b8 commit 11d93ecCopy full SHA for 11d93ec
rpc_util_test.go
@@ -47,6 +47,8 @@ import (
47
"google.golang.org/grpc/transport"
48
)
49
50
+var _ CallOption = EmptyCallOption{} // ensure EmptyCallOption implements the interface
51
+
52
func TestSimpleParsing(t *testing.T) {
53
bigMsg := bytes.Repeat([]byte{'x'}, 1<<24)
54
for _, test := range []struct {
0 commit comments