tkalkirill commented on code in PR #2415:
URL: https://github.com/apache/ignite-3/pull/2415#discussion_r1303837839
##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/ddl/DistributionZoneDdlCommandHandlerTest.java:
##########
@@ -51,21 +47,14 @@ public class DistributionZoneDdlCommandHandlerTest extends
IgniteAbstractTest {
private DdlCommandHandler commandHandler;
- private DistributionZoneManager distributionZoneManager;
-
private CatalogManager catalogManager;
@BeforeEach
void before() {
- distributionZoneManager = mock(DistributionZoneManager.class,
invocation -> completedFuture(null));
+ catalogManager = mock(CatalogManager.class, invocation ->
completedFuture(null));
catalogManager = mock(CatalogManager.class, invocation ->
completedFuture(null));
Review Comment:
fix 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]