Skip to content

Commit 827cebb

Browse files
committed
Adjusting test to change in history cursor behavior.
1 parent 005c817 commit 827cebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTestPSReadLine/HistoryTest.VI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void ViTestMovementAfterHistory()
102102
SetHistory("abc def ghi", "012 456 890");
103103

104104
Test("012 456 890", Keys(
105-
_.Escape, "kbb", CheckThat(() => AssertCursorLeftIs(4))
105+
_.Escape, "k", CheckThat(() => AssertCursorLeftIs(0))
106106
));
107107
}
108108

0 commit comments

Comments
 (0)