We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb600b commit 7ffaec9Copy full SHA for 7ffaec9
1 file changed
storage/src/qmdb/current/db.rs
@@ -1261,7 +1261,7 @@ mod tests {
1261
for _ in 0..5 {
1262
populate_fixed_db::<mmr::Family, _>(&mut db, 0, 512).await;
1263
}
1264
- db.prune(db.inactivity_floor_loc()).await.unwrap();
+ db.prune(db.sync_boundary()).await.unwrap();
1265
assert!(
1266
db.status.pruned_chunks() > 0,
1267
"test requires at least one pruned chunk to exercise the zero-chunk path"
0 commit comments