Test for vote updated
This commit is contained in:
parent
94917d0b98
commit
bdacd55fa5
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue