mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Use updateDisplay instead of renderLines in autocomplete spec
This commit is contained in:
@@ -360,7 +360,7 @@ describe "Autocomplete", ->
|
||||
beforeEach ->
|
||||
editor.attachToDom()
|
||||
setEditorHeightInLines(editor, 13)
|
||||
editor.renderLines() # Ensures the editor only has 13 lines visible
|
||||
editor.resetDisplay() # Ensures the editor only has 13 lines visible
|
||||
|
||||
editor.setCursorBufferPosition [1, 1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user