test_bank_update_vote_stake_rewards works with write cache (#29044)
This commit is contained in:
parent
00ba78bd2d
commit
5104f4ef0d
|
@ -10342,6 +10342,8 @@ pub(crate) mod tests {
|
|||
]
|
||||
);
|
||||
bank1.freeze();
|
||||
add_root_and_flush_write_cache(&bank0);
|
||||
add_root_and_flush_write_cache(&bank1);
|
||||
assert!(bank1.calculate_and_verify_capitalization(true));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue