mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Fix window-spec for key name change in deserialized state
This commit is contained in:
@@ -101,7 +101,7 @@ describe "Window", ->
|
||||
atom.unloadEditorWindow()
|
||||
|
||||
expect(atom.state.workspace).toEqual workspaceState
|
||||
expect(atom.state.syntax).toEqual syntaxState
|
||||
expect(atom.state.grammars).toEqual syntaxState
|
||||
expect(atom.state.project).toEqual projectState
|
||||
expect(atom.saveSync).toHaveBeenCalled()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user