New maubot version requires additional parameter

This commit is contained in:
lomion 2021-09-23 22:32:07 +02:00
parent 339998ab93
commit f6ef56fe93

View file

@ -92,7 +92,7 @@ class TestTmdbMethods(unittest.IsolatedAsyncioTestCase):
await movie.close_session()
def test_split_year(self):
tmdb = TmdbBot("", "", "", "", "", "", "", "", "")
tmdb = TmdbBot("", "", "", "", "", "", "", "", "", "")
title, year = tmdb.split_title_year('Dune')
self.assertEqual('Dune', title)
self.assertEqual(None, year)