fix rebase

This commit is contained in:
kevin zhao
2025-12-03 18:15:53 +00:00
parent 15eea1cbce
commit 0924389ba7

View File

@@ -521,7 +521,7 @@ prefix_rule(pattern=["rm"], decision="forbidden")
);
}
#[tokio::test]
#[tokio::test]
async fn append_allow_prefix_rule_updates_policy_and_file() {
let codex_home = tempdir().expect("create temp dir");
let current_policy = Arc::new(RwLock::new(Policy::empty()));