Skip to content

Commit

Permalink
fix(tests): update test to run imgUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
cvalenzuela committed Jul 22, 2017
1 parent 7559984 commit b903759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ describe('mappa', function () {

describe('staticMap', function () {
it('should be a valid url', function () {
expect(mappa.staticMap(0,0,0,100,100).url).to.be.a('string');
expect(mappa.staticMap(0,0,0,100,100).imgUrl).to.be.a('string');
});
});

0 comments on commit b903759

Please sign in to comment.