This is an automated email from the ASF dual-hosted git repository. xtsong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 0727d277b057df785be141320785cef835d46893 Author: Xintong Song <[email protected]> AuthorDate: Thu Jul 8 10:40:44 2021 +0800 [hotfix] Minor clean-ups in YARNHighAvailabilityITCase --- .../src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java b/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java index ccd3461..d6c34af 100644 --- a/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java +++ b/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YARNHighAvailabilityITCase.java @@ -87,12 +87,12 @@ import java.util.function.Function; 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. */
