Skip to content

Commit

Permalink
update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoabraham committed Feb 18, 2024
1 parent a778f8a commit 67f0886
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/BackgroundScript-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('Background script', function () {
'Critics Consensus',
'<em>The Shawshank Redemption</em> 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$/)
);

Expand Down
2 changes: 1 addition & 1 deletion test/unit/MoviePages/RottenPage-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('rottenPage', function () {
'Critics Consensus',
'<em>The Shawshank Redemption</em> 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/)
);

Expand Down

0 comments on commit 67f0886

Please sign in to comment.