settings-view: Fix failing spec

This commit is contained in:
DeeDeeG 2023-01-19 21:28:22 -05:00
parent 10db4e1510
commit b7542ec07e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"name": "package-internal",
"repository": "https://github.com/atom/atom"
"repository": "https://github.com/pulsar-edit/pulsar"
}

View File

@ -152,4 +152,4 @@ describe "PackageDetailView", ->
loadPackageFromRemote('package-internal')
spyOn(shell, 'openExternal')
view.refs.packageRepo.click()
expect(shell.openExternal).toHaveBeenCalledWith('https://github.com/atom/atom/tree/master/packages/package-internal')
expect(shell.openExternal).toHaveBeenCalledWith('https://github.com/pulsar-edit/pulsar/tree/master/packages/package-internal')