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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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]