diff --git a/spec/text-editor-spec.coffee b/spec/text-editor-spec.coffee index 05cc666c3..3dfbce82e 100644 --- a/spec/text-editor-spec.coffee +++ b/spec/text-editor-spec.coffee @@ -3373,7 +3373,6 @@ describe "TextEditor", -> it "deletes a line only once when multiple selections are on the same line", -> line1 = buffer.lineForRow(1) count = buffer.getLineCount() - editor.getLastCursor().moveToTop() editor.setSelectedBufferRanges([ [[0, 1], [0, 2]], [[0, 4], [0, 5]]