diff --git a/spec/git-repository-async-spec.js b/spec/git-repository-async-spec.js index a9f1f9997..95c9fc150 100644 --- a/spec/git-repository-async-spec.js +++ b/spec/git-repository-async-spec.js @@ -182,7 +182,7 @@ describe('GitRepositoryAsync', () => { let editor beforeEach(() => { - spyOn(atom, "confirm") + spyOn(atom, 'confirm') const workingDirPath = copyRepository() repo = new GitRepositoryAsync(workingDirPath, {project: atom.project, config: atom.config, confirm: atom.confirm})