accounts index test uses # test bins (#19580)

This commit is contained in:
Jeff Washington (jwash) 2021-09-02 16:32:42 -05:00 committed by GitHub
parent 6ab8286e8d
commit 0571962776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4155,7 +4155,7 @@ pub mod tests {
#[test]
fn test_start_end_bin() {
let index = AccountsIndex::<bool>::default_for_tests();
assert_eq!(index.bins(), BINS_DEFAULT);
assert_eq!(index.bins(), BINS_FOR_TESTING);
let iter = AccountsIndexIterator::new(
&index,
None::<RangeInclusive<Pubkey>>,