Fix test selection range.

This commit is contained in:
Joel Day
2017-01-17 22:42:25 -08:00
parent c27b386f0a
commit 713aaff9d8

View File

@@ -55,7 +55,7 @@ suite('editor tests', () => {
return withRandomFileEditor('This will be replaced', (editor, doc) => {
editor.selection = new Selection(
new Position(0, 4),
new Position(0, 5),
new Position(0, 12)
);