修正退市风控测试数据
This commit is contained in:
@@ -1034,6 +1034,7 @@ mod tests {
|
|||||||
fn explicit_candidate_inactive_status_is_not_treated_as_missing_risk_state() {
|
fn explicit_candidate_inactive_status_is_not_treated_as_missing_risk_state() {
|
||||||
let date = d(2025, 1, 2);
|
let date = d(2025, 1, 2);
|
||||||
let mut candidate = candidate(date);
|
let mut candidate = candidate(date);
|
||||||
|
candidate.allow_sell = true;
|
||||||
candidate.risk_level_code = Some("inactive_or_delisted".to_string());
|
candidate.risk_level_code = Some("inactive_or_delisted".to_string());
|
||||||
let market = market(date, 6.27, 5.63);
|
let market = market(date, 6.27, 5.63);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user