lukecwik commented on a change in pull request #11235: [BEAM-9618] Pull bundle
descriptors.
URL: https://github.com/apache/beam/pull/11235#discussion_r404242047
##########
File path:
runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/control/FnApiControlClientTest.java
##########
@@ -175,4 +179,23 @@ public void testOnCloseMultipleListener() throws
Exception {
verify(mockConsumer1).accept(client);
verify(mockConsumer2).accept(client);
}
+
+ @Test
+ public void testRegisterNundle() {
Review comment:
```suggestion
public void testRegisterBundle() {
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services