Skip to content

Commit f05b382

Browse files
fix test
1 parent 5f396a2 commit f05b382

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/parseable/streams.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,8 +1365,9 @@ mod tests {
13651365
for _ in 0..3 {
13661366
write_log(&staging, &schema, 0);
13671367
}
1368+
println!("arrow files: {:?}", staging.arrow_files());
13681369
// verify the arrow files exist in staging
1369-
assert_eq!(staging.arrow_files().len(), 1);
1370+
assert_eq!(staging.arrow_files().len(), 3);
13701371
drop(staging);
13711372

13721373
// Start with a fresh staging

0 commit comments

Comments
 (0)