Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
fix a flacky test (#27572)
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones authored Sep 2, 2022
1 parent 67b54b7 commit c0f41fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/prioritization_fee_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ mod tests {
let slot = bank.slot();

let mut prioritization_fee_cache = PrioritizationFeeCache::default();
prioritization_fee_cache.update(bank, txs.iter());
sync_update(&mut prioritization_fee_cache, bank, txs.iter());

// assert block minimum fee and account a, b, c fee accordingly
{
Expand Down

0 comments on commit c0f41fe

Please sign in to comment.