From a31e434240b1c82b8dc5567605f81e03c75d431e Mon Sep 17 00:00:00 2001 From: zlt Date: Wed, 9 Sep 2026 12:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A7=E6=B5=8B=E8=AF=95=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E4=BA=94=E8=B7=AF=EF=BC=88=E4=BA=8C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5.1 --- test_plan_logic_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_plan_logic_state.py b/test_plan_logic_state.py index 4628dd6..a0c5d67 100644 --- a/test_plan_logic_state.py +++ b/test_plan_logic_state.py @@ -48,7 +48,7 @@ def main(): st = plan._logic_state_of("SH600000", {}, {}, {}, {}, DS) # noqa: SLF001 t("四路全缺 -> 无法判断加证据不足,不抛异常", st["state"] == ls.STATE_UNKNOWN and st["why"] == ls.WHY_THIN) - t("缺失名单写全了四路", len(st["missing"]) == 4) + t("缺失名单写全了五路", len(st["missing"]) == 5) st = plan._logic_state_of("SH999999", evd, seg_of, seg_view, broker, DS) # noqa: SLF001 t("这只票不在任何被指向环节上 -> 产业研判缺席,其余照算",