chore(test): remove obsolete tree-map import after compact snapshot merge
This commit is contained in:
@@ -1438,8 +1438,6 @@ mod tests {
|
|||||||
BenchmarkSnapshot, CandidateEligibility, DailyFactorSnapshot, DailyMarketSnapshot, DataSet,
|
BenchmarkSnapshot, CandidateEligibility, DailyFactorSnapshot, DailyMarketSnapshot, DataSet,
|
||||||
PriceField,
|
PriceField,
|
||||||
};
|
};
|
||||||
use std::collections::BTreeMap;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn cash_ledger_accumulates_micro_yuan_exactly() {
|
fn cash_ledger_accumulates_micro_yuan_exactly() {
|
||||||
let mut portfolio = PortfolioState::new(1_000_000.0);
|
let mut portfolio = PortfolioState::new(1_000_000.0);
|
||||||
|
|||||||
Reference in New Issue
Block a user