Support Debug Bank (#13017) (#13042)

(cherry picked from commit c0675968b1)

Co-authored-by: Ryo Onodera <ryoqun@gmail.com>
This commit is contained in:
mergify[bot]
2020-10-21 02:50:12 +00:00
committed by GitHub
parent caac786a38
commit 14aaae3485
6 changed files with 81 additions and 14 deletions

View File

@@ -153,7 +153,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);