Skip to content

Commit

Permalink
fix tests v2
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-dahir committed Nov 19, 2022
1 parent 11e0875 commit 4df99e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/JikanTest/Parser/Manga/MangaReviewsParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function it_gets_reviewer_reactions(): void
self::assertEquals(0, $this->review->getReactions()->getInformative());
self::assertEquals(0, $this->review->getReactions()->getConfusing());
self::assertEquals(0, $this->review->getReactions()->getFunny());
self::assertEquals(422, $this->review->getReactions()->getNice());
self::assertEquals(424, $this->review->getReactions()->getNice());
self::assertGreaterThanOrEqual(422, $this->review->getReactions()->getOverall());
}

Expand Down

0 comments on commit 4df99e0

Please sign in to comment.