Skip to content

Commit

Permalink
Test for EmptyCallOption
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdada committed May 17, 2017
1 parent ce595b8 commit 11d93ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpc_util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ import (
"google.golang.org/grpc/transport"
)

var _ CallOption = EmptyCallOption{} // ensure EmptyCallOption implements the interface

func TestSimpleParsing(t *testing.T) {
bigMsg := bytes.Repeat([]byte{'x'}, 1<<24)
for _, test := range []struct {
Expand Down

0 comments on commit 11d93ec

Please sign in to comment.