Added vote average
This commit is contained in:
parent
82a6c7d4f9
commit
cbc96b425c
|
@ -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.8)
|
||||
self.assertEqual(vote, 8.0)
|
||||
await movie.close_session()
|
||||
|
||||
async def test_vote(self):
|
||||
|
|
Loading…
Reference in a new issue