Skip to content

Commit

Permalink
One more to change to reference
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangzhu70 committed Apr 16, 2023
1 parent f1d1279 commit ccda700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/snapshot_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5275,7 +5275,7 @@ mod tests {
.map(|dir| dir.parent().unwrap().parent().unwrap().to_path_buf())
.collect();
// clean the orphaned hardlink directories
clean_orphaned_account_snapshot_dirs(bank_snapshots_dir, &account_snapshot_paths).unwrap();
clean_orphaned_account_snapshot_dirs(&bank_snapshots_dir, &account_snapshot_paths).unwrap();

// verify the hardlink directories are gone
assert!(hardlink_dirs_slot_2
Expand Down

0 comments on commit ccda700

Please sign in to comment.