Skip to content

Commit

Permalink
[hotfix][tests] JobGraphTest extends TestLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Jun 21, 2018
1 parent 59a58e5 commit 137231a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
import org.apache.flink.configuration.Configuration;
import org.apache.flink.core.testutils.CommonTestUtils;
import org.apache.flink.runtime.io.network.partition.ResultPartitionType;
import org.apache.flink.util.TestLogger;

import org.junit.Test;

public class JobGraphTest {
public class JobGraphTest extends TestLogger {

@Test
public void testSerialization() {
Expand Down

0 comments on commit 137231a

Please sign in to comment.