Fix git integration test
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
14fead9c17
commit
6c720f4c2d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ t.timeout(5000).describe('#getLatestVersion()', function() {
|
||||||
assert.ok(version.version)
|
assert.ok(version.version)
|
||||||
assert.ok(version.description)
|
assert.ok(version.description)
|
||||||
assert.ok(version.link)
|
assert.ok(version.link)
|
||||||
assert.match(version.link, /\/attachments\//)
|
assert.match(version.link, /\/download\//)
|
||||||
})
|
})
|
||||||
|
|
||||||
t.test('should fail if link does not return json repository object', async function() {
|
t.test('should fail if link does not return json repository object', async function() {
|
||||||
|
|
Loading…
Reference in a new issue