mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04: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