mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix call to renamed method
This commit is contained in:
@@ -382,7 +382,7 @@ describe "Autocomplete", ->
|
||||
beforeEach ->
|
||||
editor.attachToDom()
|
||||
setEditorHeightInLines(editor, 13)
|
||||
editor.renderVisibleLines() # Ensures the editor only has 13 lines visible
|
||||
editor.renderLines() # Ensures the editor only has 13 lines visible
|
||||
|
||||
editor.setCursorBufferPosition [1, 1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user