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

fix a flaky test #27572

Merged
merged 1 commit into from
Sep 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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