aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/interop-test-descriptions.md
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2016-10-24 10:38:53 -0700
committerGravatar Noah Eisen <ncteisen@google.com>2016-10-24 10:38:53 -0700
commitb53a7f7ebdff4b21ad8c8e089fe1089ce871ce0a (patch)
tree41ef199990c2ba0dafa87965b5c1473128f5e41d /doc/interop-test-descriptions.md
parentb2a2647446196b9dbfffa6312c5056847c1de631 (diff)
updated the interop spec to conform with recent name change
Diffstat (limited to 'doc/interop-test-descriptions.md')
-rw-r--r--doc/interop-test-descriptions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index 7c153fa3fa..96d1f2bd75 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -779,21 +779,21 @@ Client asserts:
### unimplemented_method
-This test verifies that calling an unimplemented RPC method returns the
+This test verifies that calling an unimplemented RPC method returns the
UNIMPLEMENTED status code.
Server features:
N/A
Procedure:
-* Client calls `grpc.testing.TestService/UnimplementedMethod` with an empty
+* Client calls `grpc.testing.TestService/UnimplementedCall` with an empty
request (defined as `grpc.testing.Empty`):
```
{
}
```
-
+
Client asserts:
* received status code is 12 (UNIMPLEMENTED)