mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix link package spec.
This commit is contained in:
@@ -25,4 +25,4 @@ describe "link package", ->
|
||||
editor.trigger('link:open')
|
||||
|
||||
expect(shell.openExternal).toHaveBeenCalled()
|
||||
expect(shell.openExternal.argsForCall[0]).toBe "http://github.com"
|
||||
expect(shell.openExternal.argsForCall[0][0]).toBe "http://github.com"
|
||||
|
||||
Reference in New Issue
Block a user