fix: remove broken test that calls nonexistent Harness::classify
This commit is contained in:
@@ -443,11 +443,6 @@ mod tests {
|
|||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
|
||||||
fn test_classify_always_allows() {
|
|
||||||
assert_eq!(Harness::classify("write"), Verdict::Allow);
|
|
||||||
}
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_gate_tool_non_risky_always_allows() {
|
fn test_gate_tool_non_risky_always_allows() {
|
||||||
let roots: &[&std::path::Path] = &[];
|
let roots: &[&std::path::Path] = &[];
|
||||||
|
|||||||
Reference in New Issue
Block a user