提交 a3f57371 编写于 作者: W wgy8283335

Add leaf snowflake key generator and related functions.

上级 96da211b
......@@ -36,7 +36,7 @@ import java.util.concurrent.Executors;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
public final class LeafSegmentKeyGeneratorTest {
public final class LeafSegmentKeyGeneratorIT {
private LeafSegmentKeyGenerator leafSegmentKeyGenerator = new LeafSegmentKeyGenerator();
......
......@@ -45,7 +45,7 @@ import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
@FixMethodOrder(value = MethodSorters.NAME_ASCENDING)
public final class LeafSnowflakeKeyGeneratorTest {
public final class LeafSnowflakeKeyGeneratorIT {
private LeafSnowflakeKeyGenerator leafSnowflakeKeyGenerator = new LeafSnowflakeKeyGenerator();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册