tkalkirill commented on code in PR #762:
URL: https://github.com/apache/ignite-3/pull/762#discussion_r842788643
##########
modules/client/src/test/java/org/apache/ignite/client/ReconnectTest.java:
##########
@@ -43,7 +43,7 @@ void tearDown() throws Exception {
@Test
public void clientReconnectsToAnotherAddressOnNodeFail() throws Exception {
FakeIgnite ignite1 = new FakeIgnite();
- ignite1.tables().createTable("t", c -> c.changeName("t"));
+ ignite1.tables().createTable("t", c -> {});
Review Comment:
[Optional] For convenience, so that autoformat does not add a couple of
lines.
--
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]