diff --git a/test_tmdb.py b/test_tmdb.py index 8324b0f..0392bac 100644 --- a/test_tmdb.py +++ b/test_tmdb.py @@ -34,7 +34,7 @@ class TestTmdbMethods(unittest.IsolatedAsyncioTestCase): await movie.load_parameters() await movie.search_title('Dune') vote = movie.vote_average - self.assertEqual(vote, 7.828) + self.assertEqual(vote, 7.8) await movie.close_session() async def test_cast(self):