Fix window-spec for key name change in deserialized state

This commit is contained in:
Nathan Sobo
2014-11-20 13:12:17 -07:00
parent f475552673
commit d4dee07b41

View File

@@ -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()