mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Lower case
This commit is contained in:
parent
f86a15e5fc
commit
ff43d917be
@ -885,8 +885,8 @@ describe('GitRepositoryAsync', () => {
|
||||
})
|
||||
|
||||
it('returns the origin URL', async () => {
|
||||
const URL = await repo.getOriginURL()
|
||||
expect(URL).toBe('git@github.com:atom/some-repo-i-guess.git')
|
||||
const url = await repo.getOriginURL()
|
||||
expect(url).toBe('git@github.com:atom/some-repo-i-guess.git')
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user