mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
fix rootView spec
This commit is contained in:
@@ -33,7 +33,7 @@ describe "RootView", ->
|
||||
editor1 = rootView.getActiveView()
|
||||
buffer = editor1.getBuffer()
|
||||
editor1.splitRight()
|
||||
expect(rootView.getActiveView()).toBe rootView.getEditors()[1]
|
||||
expect(rootView.getActiveView()).toBe rootView.getEditors()[2]
|
||||
|
||||
refreshRootViewAndProject()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user