Support Debug Bank (#13017)

This commit is contained in:
Ryo Onodera
2020-10-21 01:05:45 +09:00
committed by GitHub
parent 6c55aaf4c7
commit c0675968b1
6 changed files with 81 additions and 14 deletions

View File

@ -156,7 +156,7 @@ mod tests {
.get(&deserialized_bank.slot())
.unwrap()
.clone();
assert!(*bank == deserialized_bank);
assert_eq!(*bank, deserialized_bank);
let slot_snapshot_paths = snapshot_utils::get_snapshot_paths(&snapshot_path);