aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto/grpc/testing/test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/grpc/testing/test.proto')
-rw-r--r--src/proto/grpc/testing/test.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/grpc/testing/test.proto b/src/proto/grpc/testing/test.proto
index d6ef58ab12..2b0dcde5a9 100644
--- a/src/proto/grpc/testing/test.proto
+++ b/src/proto/grpc/testing/test.proto
@@ -77,7 +77,7 @@ service TestService {
// The test server will not implement this method. It will be used
// to test the behavior when clients call unimplemented methods.
- rpc UnimplementedMethod(grpc.testing.Empty) returns (grpc.testing.Empty);
+ rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
}
// A simple service NOT implemented at servers so clients can test for