Updated test data

This commit is contained in:
markus 2022-11-14 16:01:50 +01:00 committed by Scott Wallace
parent 8d2da49922
commit 3010ca6507
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -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):