Skip to content

Commit

Permalink
[hotfix][tests] Make ClientTest extend TestLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
GJL committed May 22, 2020
1 parent a47d705 commit d184f73
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
import org.apache.flink.runtime.state.ttl.TtlTimeProvider;
import org.apache.flink.util.ExceptionUtils;
import org.apache.flink.util.NetUtils;
import org.apache.flink.util.TestLogger;

import org.apache.flink.shaded.netty4.io.netty.bootstrap.ServerBootstrap;
import org.apache.flink.shaded.netty4.io.netty.buffer.ByteBuf;
Expand Down Expand Up @@ -97,7 +98,7 @@
/**
* Tests for {@link Client}.
*/
public class ClientTest {
public class ClientTest extends TestLogger {

private static final Logger LOG = LoggerFactory.getLogger(ClientTest.class);

Expand Down

0 comments on commit d184f73

Please sign in to comment.