mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix breaking due to "root-view:" prefixed events
This commit is contained in:
@@ -32,7 +32,7 @@ describe "WrapGuide", ->
|
||||
it "updates the wrap guide position", ->
|
||||
initial = wrapGuide.position().left
|
||||
expect(initial).toBeGreaterThan(0)
|
||||
rootView.trigger('increase-font-size')
|
||||
rootView.trigger('root-view:increase-font-size')
|
||||
expect(wrapGuide.position().left).toBeGreaterThan(initial)
|
||||
|
||||
describe "overriding getGuideColumn", ->
|
||||
|
||||
Reference in New Issue
Block a user