mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
🔥 Remove duplicate key
This commit is contained in:
committed by
Nathan Sobo
parent
5aee514ef5
commit
a28a42b610
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user