Skip to content

Commit

Permalink
[hotfix] Minor clean-ups in YARNHighAvailabilityITCase
Browse files Browse the repository at this point in the history
  • Loading branch information
xintongsong committed Jul 9, 2021
1 parent 4e2ce7b commit 0727d27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
import java.util.function.Predicate;

import static org.apache.flink.util.Preconditions.checkState;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.instanceOf;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertThat;
import static org.junit.Assume.assumeTrue;

/** Tests that verify correct HA behavior. */
Expand Down

0 comments on commit 0727d27

Please sign in to comment.