AcctIdx: Fix bad test (#20115)

This commit is contained in:
Jeff Washington (jwash)
2021-09-22 12:39:31 -05:00
committed by GitHub
parent 1eeddf2e23
commit bbd7bc2985

View File

@ -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]