diff --git a/codex-rs/windows-sandbox-rs/src/allow.rs b/codex-rs/windows-sandbox-rs/src/allow.rs index 36cfe6e31d..1a6f8ca5fd 100644 --- a/codex-rs/windows-sandbox-rs/src/allow.rs +++ b/codex-rs/windows-sandbox-rs/src/allow.rs @@ -93,12 +93,9 @@ pub fn compute_allow_paths( #[cfg(test)] mod tests { - use super::compute_allow_paths; + use super::*; use codex_protocol::protocol::SandboxPolicy; - use std::collections::HashMap; - use std::collections::HashSet; use std::fs; - use std::path::PathBuf; use tempfile::TempDir; #[test]