Skip to content

Commit 10b4323

Browse files
committed
fix
1 parent 96e5d16 commit 10b4323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-core/src/test/java/org/apache/paimon/mergetree/compact/FullCompactTriggerTest.java renamed to paimon-core/src/test/java/org/apache/paimon/mergetree/compact/EarlyFullCompactionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import static org.mockito.Mockito.when;
4646

4747
/** Tests for {@link EarlyFullCompaction}. */
48-
public class FullCompactTriggerTest {
48+
public class EarlyFullCompactionTest {
4949

5050
@Test
5151
public void testCreateNoOptions() {

0 commit comments

Comments
 (0)