sanpwc commented on code in PR #2041:
URL: https://github.com/apache/ignite-3/pull/2041#discussion_r1190093971
##########
modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/rebalance/DistributionZoneRebalanceEngineTest.java:
##########
@@ -487,40 +462,5 @@ private IgniteBiTuple<TableView,
ExtendedTableConfiguration> mockTable(int table
when(tableCfg.assignments()).thenReturn(assignmentValue);
return new IgniteBiTuple<>(tableView, tableCfg);
-
- }
-
- private void mockTables(List<IgniteBiTuple<TableView,
ExtendedTableConfiguration>> mockedTables) {
Review Comment:
You are right. I've though I've removed it.
--
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]