From 65893a2cbc0c91ad9e6f82f81d77111caacbffb7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= <blaz@mxxn.io>
Date: Tue, 16 Feb 2021 00:15:38 +0900
Subject: [PATCH] fix test

---
 helix-core/src/state.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helix-core/src/state.rs b/helix-core/src/state.rs
index d2be266c..1b8ae1eb 100644
--- a/helix-core/src/state.rs
+++ b/helix-core/src/state.rs
@@ -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()
         );