From ba411d4846ac5de8337d0404911a41c4bf4f879c Mon Sep 17 00:00:00 2001 From: Richard van der Dys Date: Sun, 6 Jan 2019 11:27:09 +0200 Subject: [PATCH] Fixed live test change --- test/real.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/real.js b/test/real.js index f8cdb5c..b9451b7 100644 --- a/test/real.js +++ b/test/real.js @@ -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(); });