From 67f0886cb34807d392e0213986d55f7b87a42c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20=C3=81brah=C3=A1m?= Date: Sun, 18 Feb 2024 13:16:33 +0100 Subject: [PATCH] update test data --- test/unit/BackgroundScript-test.js | 2 +- test/unit/MoviePages/RottenPage-test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/BackgroundScript-test.js b/test/unit/BackgroundScript-test.js index 5b8a3d1..198e408 100644 --- a/test/unit/BackgroundScript-test.js +++ b/test/unit/BackgroundScript-test.js @@ -46,7 +46,7 @@ describe('Background script', function () { 'Critics Consensus', 'The Shawshank Redemption is an uplifting, deeply satisfying prison drama with sensitive direction and fine performances.' ), - new Ratings(91, 82, /certified_fresh.+svg$/), + new Ratings(91, 80, /certified_fresh.+svg$/), new Ratings(98, 887391, /aud_score-fresh.+svg$/) ); diff --git a/test/unit/MoviePages/RottenPage-test.js b/test/unit/MoviePages/RottenPage-test.js index 547fc97..eeb1391 100644 --- a/test/unit/MoviePages/RottenPage-test.js +++ b/test/unit/MoviePages/RottenPage-test.js @@ -71,7 +71,7 @@ describe('rottenPage', function () { 'Critics Consensus', 'The Shawshank Redemption is an uplifting, deeply satisfying prison drama with sensitive direction and fine performances.' ), - new Ratings(91, 82, /certified_fresh.+svg/), + new Ratings(91, 80, /certified_fresh.+svg/), new Ratings(98, 887391, /aud_score-fresh.+svg/) );