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
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:
@@ -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("待办任务")));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user