Fix build error introduced by my editor setup

This commit is contained in:
Jason Davis 2022-04-14 08:57:11 -05:00 committed by Jason
parent c2f7f2fff8
commit 87fb78dc56
1 changed files with 1 additions and 1 deletions

View File

@ -10242,7 +10242,7 @@ pub mod tests {
);
assert_matches!(
db.verify_bank_hash_and_lamports(some_slot, &ancestors, 10, true, &EpochSchedule::default(), &RentCollector::default()),
db.verify_bank_hash_and_lamports(some_slot, &ancestors, 10, true, &RentCollector::default()),
Err(MismatchedTotalLamports(expected, actual)) if expected == 2 && actual == 10
);
}