1 parent 6d1b015 commit 451d1cdCopy full SHA for 451d1cd
1 file changed
test/end2end_test.go
@@ -4136,7 +4136,7 @@ func (s) TestServerStreaming_ClientSendsZeroRequests(t *testing.T) {
4136
}
4137
4138
// Tests that a client receives a cardinality violation error for client-streaming
4139
-// RPCs if the server call SendMsg() multiple times.
+// RPCs if the server calls SendMsg() multiple times.
4140
func (s) TestClientStreaming_ServerHandlerSendMsgAfterSendMsg(t *testing.T) {
4141
ss := stubserver.StubServer{
4142
StreamingInputCallF: func(stream testgrpc.TestService_StreamingInputCallServer) error {
0 commit comments