mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
fix
This commit is contained in:
@@ -650,8 +650,8 @@ mod tests {
|
||||
FileChange::Update {
|
||||
unified_diff: patch,
|
||||
move_path: None,
|
||||
old_content: original.clone(),
|
||||
new_content: modified.clone(),
|
||||
old_content: original,
|
||||
new_content: modified,
|
||||
},
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user