Skip to content

Commit a3f5737

Browse files
committed
Add leaf snowflake key generator and related functions.
1 parent 96da211 commit a3f5737

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import static org.hamcrest.CoreMatchers.is;
3737
import static org.junit.Assert.assertThat;
3838

39-
public final class LeafSegmentKeyGeneratorTest {
39+
public final class LeafSegmentKeyGeneratorIT {
4040

4141
private LeafSegmentKeyGenerator leafSegmentKeyGenerator = new LeafSegmentKeyGenerator();
4242

Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import static org.junit.Assert.assertThat;
4646

4747
@FixMethodOrder(value = MethodSorters.NAME_ASCENDING)
48-
public final class LeafSnowflakeKeyGeneratorTest {
48+
public final class LeafSnowflakeKeyGeneratorIT {
4949

5050
private LeafSnowflakeKeyGenerator leafSnowflakeKeyGenerator = new LeafSnowflakeKeyGenerator();
5151

0 commit comments

Comments
 (0)