fix: remove broken test that calls nonexistent Harness::classify

This commit is contained in:
asepharyana
2026-07-13 06:38:37 +07:00
parent 0512139f03
commit 522e1e31f2
-5
View File
@@ -443,11 +443,6 @@ mod tests {
None
}
#[test]
fn test_classify_always_allows() {
assert_eq!(Harness::classify("write"), Verdict::Allow);
}
#[test]
fn test_gate_tool_non_risky_always_allows() {
let roots: &[&std::path::Path] = &[];