ivanzlenko commented on code in PR #4779:
URL: https://github.com/apache/ignite-3/pull/4779#discussion_r1856157418


##########
modules/cluster-management/src/test/java/org/apache/ignite/internal/cluster/management/ClusterManagementGroupManagerTest.java:
##########
@@ -98,6 +99,8 @@ void setUp(
 
         when(raftGroupService.run(any()))
                 .thenReturn(nullCompletedFuture());
+        when(raftGroupService.run(any(), anyLong()))

Review Comment:
   ```suggestion
   
           when(raftGroupService.run(any(), anyLong()))
   ```



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to