🔥 Remove duplicate key

This commit is contained in:
Thomas Johansen
2015-10-06 23:23:51 +02:00
committed by Nathan Sobo
parent 5aee514ef5
commit a28a42b610

View File

@@ -89,7 +89,7 @@ beforeEach ->
atom.project.setPaths([projectPath])
atom.workspace = new Workspace({
config: atom.config, project: atom.project, packageManager: atom.packages,
grammarRegistry: atom.grammars, notificationManager: atom.notifications,
notificationManager: atom.notifications,
setRepresentedFilename: jasmine.createSpy('setRepresentedFilename'),
setDocumentEdited: atom.setDocumentEdited.bind(atom), atomVersion: atom.getVersion(),
clipboard: atom.clipboard, viewRegistry: atom.views, grammarRegistry: atom.grammars,