Skip to content

Commit c6044eb

Browse files
committed
fix checkstyle violation
1 parent b4456f6 commit c6044eb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fluss-flink/fluss-flink-common/src/test/java/org/apache/fluss/flink/tiering/source/ScanRecordLogRecordTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
import static org.assertj.core.api.Assertions.assertThat;
3131

32-
/** Tests for the private adapter TieringSplitReader.ScanRecordLogRecord */
32+
/** Tests for the private adapter TieringSplitReader.ScanRecordLogRecord. */
3333
class ScanRecordLogRecordTest {
3434

3535
@Test
@@ -59,7 +59,6 @@ void testAdapterDelegatesAllMethods() throws Exception {
5959
assertThat(adapter.getChangeType()).isEqualTo(changeType);
6060
assertThat(adapter.getRow()).isSameAs(row);
6161

62-
// Call twice to make sure repeated invocations are fine and to bump coverage
6362
assertThat(adapter.logOffset()).isEqualTo(offset);
6463
assertThat(adapter.getRow()).isSameAs(row);
6564
}

0 commit comments

Comments
 (0)