AcctIdx: Fix bad test (#20115)
This commit is contained in:
committed by
GitHub
parent
1eeddf2e23
commit
bbd7bc2985
@ -645,7 +645,8 @@ mod tests {
|
|||||||
BINS_FOR_TESTING,
|
BINS_FOR_TESTING,
|
||||||
&Some(AccountsIndexConfig::default()),
|
&Some(AccountsIndexConfig::default()),
|
||||||
));
|
));
|
||||||
InMemAccountsIndex::new(&holder, BINS_FOR_TESTING)
|
let bin = 0;
|
||||||
|
InMemAccountsIndex::new(&holder, bin)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Reference in New Issue
Block a user