Add apply_patch code mode result (#15100)

It's empty !
This commit is contained in:
pakrym-oai
2026-03-18 16:11:10 -07:00
committed by GitHub
parent 3590e181fa
commit 56d0c6bf67
3 changed files with 40 additions and 3 deletions

View File

@@ -1911,6 +1911,7 @@ async fn code_mode_can_apply_patch_via_nested_tool() -> Result<()> {
),
text_item(&items, 0),
);
assert_eq!(text_item(&items, 1), "{}");
let file_path = test.cwd_path().join(file_name);
assert_eq!(fs::read_to_string(&file_path)?, "hello from code_mode\n");