Skip to content

Commit

Permalink
[hotfix] Fix checkstyle violations in TaskExecutorResourceUtilsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Jan 27, 2020
1 parent 03c7274 commit b90d1a2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@
import org.apache.flink.configuration.MemorySize;
import org.apache.flink.configuration.TaskManagerOptions;
import org.apache.flink.util.TestLogger;

import org.junit.Test;

import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.*;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.fail;

/** Test suite for {@link TaskExecutorResourceUtils}. */
public class TaskExecutorResourceUtilsTest extends TestLogger {
Expand Down

0 comments on commit b90d1a2

Please sign in to comment.