From 05719627768595c7b2de295211063998e69c60ad Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" <75863576+jeffwashington@users.noreply.github.com> Date: Thu, 2 Sep 2021 16:32:42 -0500 Subject: [PATCH] accounts index test uses # test bins (#19580) --- runtime/src/accounts_index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/accounts_index.rs b/runtime/src/accounts_index.rs index 782944eaf1..064f654cf7 100644 --- a/runtime/src/accounts_index.rs +++ b/runtime/src/accounts_index.rs @@ -4155,7 +4155,7 @@ pub mod tests { #[test] fn test_start_end_bin() { let index = AccountsIndex::::default_for_tests(); - assert_eq!(index.bins(), BINS_DEFAULT); + assert_eq!(index.bins(), BINS_FOR_TESTING); let iter = AccountsIndexIterator::new( &index, None::>,