Skip to content

Commit 7ffaec9

Browse files
fix rebase
1 parent 4cb600b commit 7ffaec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • storage/src/qmdb/current

storage/src/qmdb/current/db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ mod tests {
12611261
for _ in 0..5 {
12621262
populate_fixed_db::<mmr::Family, _>(&mut db, 0, 512).await;
12631263
}
1264-
db.prune(db.inactivity_floor_loc()).await.unwrap();
1264+
db.prune(db.sync_boundary()).await.unwrap();
12651265
assert!(
12661266
db.status.pruned_chunks() > 0,
12671267
"test requires at least one pruned chunk to exercise the zero-chunk path"

0 commit comments

Comments
 (0)