소스 검색

Change test name

Pau Freixes 5 년 전
부모
커밋
75c858bcef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/python/grpcio_tests/tests_aio/unit/interceptor_test.py

+ 1 - 1
src/python/grpcio_tests/tests_aio/unit/interceptor_test.py

@@ -324,7 +324,7 @@ class TestInterceptedUnaryUnaryCall(AioTestBase):
             self.assertEqual(await call.initial_metadata(), ())
             self.assertEqual(await call.trailing_metadata(), ())
 
-    async def test_call_rpcerror(self):
+    async def test_call_rpc_error(self):
 
         class Interceptor(aio.UnaryUnaryClientInterceptor):