proxy progress

This commit is contained in:
rusefi 2020-07-11 00:16:08 -04:00
parent acf5facd7f
commit 6909c69438
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import static org.junit.Assert.assertTrue;
public class TcpCommunicationIntegrationTest {
private static final Logger LOGGER = Logger.CONSOLE;
private static final String LOCALHOST = "localhost";
public static final String LOCALHOST = "localhost";
// todo: implement & test TCP connector restart!
@Test