Skip to content

Commit 7df24b6

Browse files
committed
fix
1 parent 8baab4e commit 7df24b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-core/src/test/java/org/apache/paimon/operation/FileStoreCommitTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ public void testCommitManifestWithProperties() throws Exception {
10401040
}
10411041

10421042
@Test
1043-
public void testExpireWithExistingTags() throws Exception {
1043+
public void testCommitTwiceWithDifferentKind() throws Exception {
10441044
TestFileStore store = createStore(false);
10451045
try (FileStoreCommitImpl commit = store.newCommit()) {
10461046
// Append

0 commit comments

Comments
 (0)