typo (#23564)
This commit is contained in:
parent
176fd23002
commit
a1c45d5acb
|
@ -432,7 +432,7 @@ mod tests {
|
||||||
// Only save off the files returned by `get_snapshot_storages`. This is because
|
// Only save off the files returned by `get_snapshot_storages`. This is because
|
||||||
// some of the storage entries in the accounts directory may be filtered out by
|
// some of the storage entries in the accounts directory may be filtered out by
|
||||||
// `get_snapshot_storages()` and will not be included in the snapshot. Ultimately,
|
// `get_snapshot_storages()` and will not be included in the snapshot. Ultimately,
|
||||||
// this means copying naitvely everything in `accounts_dir` to the `saved_accounts_dir`
|
// this means copying natively everything in `accounts_dir` to the `saved_accounts_dir`
|
||||||
// will lead to test failure by mismatch when `saved_accounts_dir` is compared to
|
// will lead to test failure by mismatch when `saved_accounts_dir` is compared to
|
||||||
// the unpacked snapshot later in this test's call to `verify_snapshot_archive()`.
|
// the unpacked snapshot later in this test's call to `verify_snapshot_archive()`.
|
||||||
for file in snapshot_storage_files {
|
for file in snapshot_storage_files {
|
||||||
|
|
Loading…
Reference in New Issue