calculate hash from store instead of index (#15034)
* calculate hash from store instead of index * restore update hash in abs
This commit is contained in:
committed by
GitHub
parent
d0118a5c42
commit
600ff0d915
@ -156,7 +156,7 @@ mod tests {
|
||||
|
||||
// Create a packageable snapshot
|
||||
let output_tar_path = snapshot_utils::get_snapshot_archive_path(
|
||||
&snapshot_package_output_path,
|
||||
snapshot_package_output_path,
|
||||
&(42, Hash::default()),
|
||||
ArchiveFormat::TarBzip2,
|
||||
);
|
||||
|
Reference in New Issue
Block a user