Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix another spec
Browse files Browse the repository at this point in the history
  • Loading branch information
50Wliu committed Oct 31, 2017
1 parent 9249d0b commit b35f2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/atom-environment-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ describe "AtomEnvironment", ->
it "opens an empty buffer", ->
spyOn(atom.workspace, 'open')
atom.openInitialEmptyEditorIfNecessary()
expect(atom.workspace.open).toHaveBeenCalledWith(null)
expect(atom.workspace.open).toHaveBeenCalledWith(null, {pending: true})

describe "when there is already a buffer open", ->
beforeEach ->
Expand Down

0 comments on commit b35f2d3

Please sign in to comment.