Skip to content

Commit

Permalink
Update account counts, since fees no longer touched
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Jul 8, 2024
1 parent b1e2074 commit c52a9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6637,7 +6637,7 @@ fn test_shrink_candidate_slots_cached() {
// No more slots should be shrunk
assert_eq!(bank2.shrink_candidate_slots(), 0);
// alive_counts represents the count of alive accounts in the three slots 0,1,2
assert_eq!(alive_counts, vec![15, 1, 7]);
assert_eq!(alive_counts, vec![15, 1, 6]);
}

#[test]
Expand Down

0 comments on commit c52a9d3

Please sign in to comment.