Skip to content

Commit

Permalink
Fixed live test change
Browse files Browse the repository at this point in the history
  • Loading branch information
dijs committed Jan 6, 2019
1 parent 649dcb9 commit ba411d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/real.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Live tests', () => {
.then(page => {
page.mainImage().then(mainImage => {
mainImage.should.equal(
'https://upload.wikimedia.org/wikipedia/commons/0/07/Gotham_City_Saviour_%282430422247%29.jpg'
'https://upload.wikimedia.org/wikipedia/commons/2/2b/MCM_2013_-_Batman_%288979342250%29.jpg'
);
done();
});
Expand Down

0 comments on commit ba411d4

Please sign in to comment.