mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Rename updateAppearance to updateDisplay
This commit is contained in:
@@ -863,7 +863,7 @@ describe "Editor", ->
|
||||
expect(selectionView.regions.length).toBe 3
|
||||
expect(selectionView.find('.selection').length).toBe 3
|
||||
|
||||
selectionView.updateAppearance()
|
||||
selectionView.updateDisplay()
|
||||
expect(selectionView.regions.length).toBe 3
|
||||
expect(selectionView.find('.selection').length).toBe 3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user