From 63f275986f3e9611dfe8b91044eab9c873d39bab Mon Sep 17 00:00:00 2001 From: wgy8283335 Date: Thu, 22 Aug 2019 19:15:30 +0800 Subject: [PATCH] Modify leaf related tests. --- .../internal/keygen/LeafSegmentKeyGeneratorTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/sharding-orchestration/sharding-orchestration-core/src/test/java/org/apache/shardingsphere/orchestration/internal/keygen/LeafSegmentKeyGeneratorTest.java b/sharding-orchestration/sharding-orchestration-core/src/test/java/org/apache/shardingsphere/orchestration/internal/keygen/LeafSegmentKeyGeneratorTest.java index a4a5a9d590..9bf3b5d72d 100644 --- a/sharding-orchestration/sharding-orchestration-core/src/test/java/org/apache/shardingsphere/orchestration/internal/keygen/LeafSegmentKeyGeneratorTest.java +++ b/sharding-orchestration/sharding-orchestration-core/src/test/java/org/apache/shardingsphere/orchestration/internal/keygen/LeafSegmentKeyGeneratorTest.java @@ -29,7 +29,6 @@ import java.util.concurrent.Callable; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; - import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; -- GitLab