HashCalc uses self.accounts_hash_cache_path (#23882)
This commit is contained in:
committed by
GitHub
parent
90009f330b
commit
db5d68f01f
@ -931,7 +931,6 @@ mod tests {
|
||||
true,
|
||||
);
|
||||
|
||||
let tmpdir = TempDir::new().unwrap();
|
||||
let accounts_hash_verifier = AccountsHashVerifier::new(
|
||||
accounts_package_receiver,
|
||||
Some(pending_snapshot_package),
|
||||
@ -941,7 +940,6 @@ mod tests {
|
||||
false,
|
||||
0,
|
||||
Some(snapshot_test_config.snapshot_config.clone()),
|
||||
tmpdir.path().to_path_buf(),
|
||||
);
|
||||
|
||||
let accounts_background_service = AccountsBackgroundService::new(
|
||||
|
Reference in New Issue
Block a user