From a37b85c210527e52ca6ba46630f295f87cb6c161 Mon Sep 17 00:00:00 2001 From: Brooks Date: Tue, 2 Apr 2024 09:45:34 -0400 Subject: [PATCH] Reverts incorrectly renamed comment (#537) --- runtime/src/serde_snapshot/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/serde_snapshot/tests.rs b/runtime/src/serde_snapshot/tests.rs index ea5957a6be..220f2cec03 100644 --- a/runtime/src/serde_snapshot/tests.rs +++ b/runtime/src/serde_snapshot/tests.rs @@ -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);