diff --git a/runtime/src/in_mem_accounts_index.rs b/runtime/src/in_mem_accounts_index.rs index 93cf42c0f4..2297eca808 100644 --- a/runtime/src/in_mem_accounts_index.rs +++ b/runtime/src/in_mem_accounts_index.rs @@ -645,7 +645,8 @@ mod tests { BINS_FOR_TESTING, &Some(AccountsIndexConfig::default()), )); - InMemAccountsIndex::new(&holder, BINS_FOR_TESTING) + let bin = 0; + InMemAccountsIndex::new(&holder, bin) } #[test]