diff --git a/spec/text-editor-spec.coffee b/spec/text-editor-spec.coffee index b0cd021cb..63282b1cb 100644 --- a/spec/text-editor-spec.coffee +++ b/spec/text-editor-spec.coffee @@ -4398,7 +4398,6 @@ describe "TextEditor", -> it "selects one screen height of text up or down", -> editor.setLineHeightInPixels(10) editor.setHeight(50) - expect(editor.getScrollHeight()).toBe 130 expect(editor.getCursorBufferPosition().row).toBe 0 editor.selectPageDown()