Remove explicit atom.workspace.destroy call

This commit is contained in:
Corey Johnson 2014-04-02 14:36:32 -07:00
parent 662f252912
commit d47cc6fa0b

View File

@ -111,9 +111,6 @@ afterEach ->
atom.workspaceView?.remove?()
atom.workspaceView = null
atom.workspace?.destroy()
atom.workspace = null
delete atom.state.workspace
atom.project?.destroy()