mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Adding missing parens
This commit is contained in:
@@ -433,7 +433,7 @@ describe "AutocompleteView", ->
|
||||
editor.attachToDom()
|
||||
editor.insertText('thisIsAReallyReallyReallyLongCompletion ')
|
||||
editor.moveCursorToBottom()
|
||||
editor.insertNewline
|
||||
editor.insertNewline()
|
||||
editor.insertText('t')
|
||||
autocomplete.attach()
|
||||
expect(autocomplete.list.prop('scrollWidth')).toBe autocomplete.list.width()
|
||||
|
||||
Reference in New Issue
Block a user