Cleanup register_tick special handling (#6462)

This commit is contained in:
Justin Starry
2019-10-21 10:51:02 -04:00
committed by GitHub
parent 91920cc390
commit 09abbd93b1
2 changed files with 8 additions and 24 deletions

View File

@ -943,7 +943,7 @@ pub mod tests {
assert_eq!(bank_forks_info.len(), 1);
assert_eq!(bank_forks_info[0], BankForksInfo { bank_slot: 0 });
let bank = bank_forks[0].clone();
assert_eq!(bank.tick_height(), 0);
assert_eq!(bank.tick_height(), 1);
}
#[test]