Quick fix: Adds missing test in parsing uri for Insight.js
This commit is contained in:
parent
beb08a25d2
commit
da827bdd06
1 changed files with 2 additions and 1 deletions
|
|
@ -423,7 +423,8 @@ describe('Identity model', function() {
|
|||
|
||||
describe('#Insight', function() {
|
||||
it('should parse a uri', function() {
|
||||
Insight.setCompleteUrl('http://someurl.bitpay.com:443');
|
||||
var uri = Insight.setCompleteUrl('http://someurl.bitpay.com:443');
|
||||
should.exist(uri);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue