Fix breakage caused by method rename

This commit is contained in:
Nathan Sobo
2012-05-16 14:12:05 -06:00
parent 92395a9cfb
commit 9aae2bc4e7

View File

@@ -369,7 +369,7 @@ describe "Autocomplete", ->
beforeEach ->
editor.attachToDom()
setEditorHeightInLines(editor, 13)
editor.renderLines() # Ensures the editor only has 13 lines visible
editor.renderVisibleLines() # Ensures the editor only has 13 lines visible
editor.setCursorBufferPosition [1, 1]