diff --git a/test/htmls/og-title.html b/test/htmls/og-title.html index 78ff54c..e0a52b5 100644 --- a/test/htmls/og-title.html +++ b/test/htmls/og-title.html @@ -3,7 +3,7 @@ - + YEE HAW diff --git a/test/index.js b/test/index.js index 5e6a7fc..67c77d0 100644 --- a/test/index.js +++ b/test/index.js @@ -30,7 +30,7 @@ describe('OGP', () => { }); server.listen(80, async () => { const summary = await summaly('http://localhost'); - assert.equal(summary.title, 'KISS principle'); + assert.equal(summary.title, 'Strawberry Pasta'); done(); }); });