Updated test data
This commit is contained in:
parent
8d2da49922
commit
3010ca6507
|
@ -34,7 +34,7 @@ class TestTmdbMethods(unittest.IsolatedAsyncioTestCase):
|
|||
await movie.load_parameters()
|
||||
await movie.search_title('Dune')
|
||||
vote = movie.vote_average
|
||||
self.assertEqual(vote, 8.0)
|
||||
self.assertEqual(vote, 7.845)
|
||||
await movie.close_session()
|
||||
|
||||
async def test_cast(self):
|
||||
|
|
Loading…
Reference in a new issue