mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
Adjust assertion in test for split_selection_into_lines
This commit is contained in:
parent
68223bdb67
commit
ce71ed3959
1 changed files with 1 additions and 1 deletions
|
@ -4447,7 +4447,7 @@ mod tests {
|
|||
assert_eq!(
|
||||
view.selection_ranges(cx),
|
||||
[
|
||||
DisplayPoint::new(0, 1)..DisplayPoint::new(0, 1),
|
||||
DisplayPoint::new(0, 5)..DisplayPoint::new(0, 5),
|
||||
DisplayPoint::new(1, 5)..DisplayPoint::new(1, 5),
|
||||
DisplayPoint::new(2, 5)..DisplayPoint::new(2, 5),
|
||||
DisplayPoint::new(3, 5)..DisplayPoint::new(3, 5),
|
||||
|
|
Loading…
Reference in a new issue