mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-12-01 11:23:10 +03:00
fix test
This commit is contained in:
parent
83d48f10ea
commit
65893a2cbc
@ -350,7 +350,7 @@ mod test {
|
||||
assert_eq!(
|
||||
coords_at_pos(
|
||||
&slice,
|
||||
move_vertically(&slice, Direction::Forward, range, 1).head
|
||||
move_vertically(&slice, Direction::Forward, range, 1, false).head
|
||||
),
|
||||
(1, 2).into()
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user