gemini-code-assist[bot] commented on code in PR #38355:
URL: https://github.com/apache/beam/pull/38355#discussion_r3173473088


##########
sdks/python/apache_beam/runners/worker/sdk_worker_test.py:
##########
@@ -704,6 +704,63 @@ def testShortIdAssignment(self):
           % case.info)
 
 
+class DeferredCallTest(unittest.TestCase):
+  """Tests for _DeferredCall._get().

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The docstring refers to `_DeferredCall._get()`, but the method name is 
actually `get()`. Please correct the method name in the docstring to match the 
implementation.
   
   ```suggestion
     """Tests for _DeferredCall.get().
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to