Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
Update video.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion authored Sep 15, 2016
1 parent 78f2926 commit 503eeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/video.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ describe('Video', () => {
video.posterImage.should.equal(
'https://image.webservices.ft.com/v1/images/raw/' +
'https%3A%2F%2Fbcsecure01-a.akamaihd.net%2F13%2F47628783001%2F201502%2F2470%2F47628783001_4085962850001_MAS-VIDEO-AuthersNote-stock-market.jpg%3FpubId%3D47628783001' +
'?source=o-video&fit=scale-down&width=300'
'?source=o-video&quality=low&fit=scale-down&width=300'
);
});
});
Expand Down

0 comments on commit 503eeea

Please sign in to comment.