mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix test
This commit is contained in:
committed by
Corey Johnson & Matt Colyer
parent
d98ea0180c
commit
4187615fa7
@@ -168,7 +168,7 @@ describe "EditSession", ->
|
||||
it "moves below the selection", ->
|
||||
cursor = editSession.getCursor()
|
||||
editSession.moveCursorDown()
|
||||
expect(cursor.getBufferPosition()).toEqual [6, 9]
|
||||
expect(cursor.getBufferPosition()).toEqual [6, 10]
|
||||
|
||||
it "merges cursors when they overlap", ->
|
||||
editSession.setCursorScreenPosition([12, 2])
|
||||
|
||||
Reference in New Issue
Block a user