From a244c0fa072bbd36122849268e58766f402672ef Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Tue, 7 Apr 2015 12:30:51 +0200 Subject: [PATCH] :fire: Delete useless line in spec --- spec/text-editor-spec.coffee | 1 - 1 file changed, 1 deletion(-) 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]]