Skip to content

Commit

Permalink
Reverts incorrectly renamed comment (anza-xyz#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Apr 2, 2024
1 parent 8cb7000 commit a37b85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/serde_snapshot/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ mod serde_snapshot_tests {
let tmp = tempfile::tempdir().unwrap();
let original_path = tmp.path().join("123.456");

// In remap_accounts_file() we want to handle EEXIST (collisions), but we want to return all
// In remap_append_vec_file() we want to handle EEXIST (collisions), but we want to return all
// other errors
let next_append_vec_id = AtomicAccountsFileId::new(457);
let num_collisions = AtomicUsize::new(0);
Expand Down

0 comments on commit a37b85c

Please sign in to comment.