Skip to content

Commit 05a8a74

Browse files
manuzhangcodex
andcommitted
fix row delta test formatting
Co-authored-by: Codex <codex@openai.com>
1 parent 0abb6df commit 05a8a74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/iceberg/test/row_delta_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ TEST_F(RowDeltaTest, ValidateDataFilesExistSkipsConcurrentDeleteByDefault) {
297297
EXPECT_THAT(row_delta->Commit(), IsOk());
298298
}
299299

300-
TEST_F(RowDeltaTest, ValidateDataFilesExistFailsForConcurrentDeleteWithValidateDeletedFiles) {
300+
TEST_F(RowDeltaTest,
301+
ValidateDataFilesExistFailsForConcurrentDeleteWithValidateDeletedFiles) {
301302
CommitFileA();
302303
ICEBERG_UNWRAP_OR_FAIL(auto starting_snapshot, table_->current_snapshot());
303304

0 commit comments

Comments
 (0)