Fixed 1 test
This commit is contained in:
parent
af0974264c
commit
a1299d9b68
1 changed files with 1 additions and 1 deletions
|
@ -1075,7 +1075,7 @@ async fn test_git_head_text(
|
||||||
buffer.snapshot().git_diff_hunks_in_range(0..4),
|
buffer.snapshot().git_diff_hunks_in_range(0..4),
|
||||||
&buffer,
|
&buffer,
|
||||||
&head_text,
|
&head_text,
|
||||||
&[(0..1, "1", "one\n")],
|
&[(2..3, "", "three\n")],
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue