fix: Change test file ID to match intent

pull/24376/head
Carol (Nichols || Goulding) 2023-03-30 16:02:56 -04:00
parent c37f908349
commit 8718aaa148
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ mod tests {
let pf_id3_level_1 = ParquetFileBuilder::new(3)
.with_compaction_level(CompactionLevel::FileNonOverlapped)
.build();
let pf_id4_level_0 = ParquetFileBuilder::new(1)
let pf_id4_level_0 = ParquetFileBuilder::new(4)
.with_compaction_level(CompactionLevel::Initial)
.build();