mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
fix: bad rename
This commit is contained in:
parent
0332a9a836
commit
85057cad11
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ mod tests {
|
|||
|
||||
fn run_test(diff_text1: &str, diff_text2: &str, expected_output: &str) {
|
||||
assert_eq!(
|
||||
test_util::strip_ansi_codes(&diff_lines(diff_text1, diff_text2,)),
|
||||
test_util::strip_ansi_codes(&diff(diff_text1, diff_text2,)),
|
||||
expected_output,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue