chore: 更新测试注释 — 阈值已从 5 降为 3
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled

This commit is contained in:
iven
2026-04-11 14:26:53 +08:00
parent 05374f99b0
commit 2843bd204f

View File

@@ -893,7 +893,7 @@ mod tests {
];
let patterns = engine.analyze_patterns(&memories);
// Should not trigger (only 2 tasks, threshold is 5)
// Should not trigger (only 2 tasks, threshold is 3)
assert!(!patterns.iter().any(|p| p.observation.contains("待办任务")));
}