mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix pane spec
This commit is contained in:
@@ -693,8 +693,7 @@ describe "Pane", ->
|
||||
|
||||
pane.showItem(new Unserializable)
|
||||
|
||||
state = pane.testSerialization()
|
||||
newPane = atom.deserializers.deserialize(state)
|
||||
newPane = pane.testSerialization()
|
||||
expect(newPane.activeItem).toEqual pane.items[0]
|
||||
expect(newPane.items.length).toBe pane.items.length - 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user