1 parent 0d30b18 commit 83fd598Copy full SHA for 83fd598
1 file changed
test/end2end_test.go
@@ -3883,7 +3883,7 @@ func (s) TestServerStreaming_ClientSendsMultipleMessages(t *testing.T) {
3883
// Tests the behavior for server-side streaming RPC when client sends zero request messages.
3884
// Server runs against multiple StreamDesc configurations, including server-streaming,
3885
// bidi-streaming and client-streaming.
3886
-func TestServerStreaming_ClientSendsZeroRequests(t *testing.T) {
+func (s) TestServerStreaming_ClientSendsZeroRequests(t *testing.T) {
3887
testCases := []struct {
3888
name string
3889
desc *grpc.StreamDesc
0 commit comments