This commit is contained in:
Owen Lin
2025-12-02 14:51:06 -08:00
parent ce7fc27f89
commit 67b5ef9cb0

View File

@@ -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,
},
);