New maubot version requires additional parameter
This commit is contained in:
parent
339998ab93
commit
f6ef56fe93
|
@ -92,7 +92,7 @@ class TestTmdbMethods(unittest.IsolatedAsyncioTestCase):
|
||||||
await movie.close_session()
|
await movie.close_session()
|
||||||
|
|
||||||
def test_split_year(self):
|
def test_split_year(self):
|
||||||
tmdb = TmdbBot("", "", "", "", "", "", "", "", "")
|
tmdb = TmdbBot("", "", "", "", "", "", "", "", "", "")
|
||||||
title, year = tmdb.split_title_year('Dune')
|
title, year = tmdb.split_title_year('Dune')
|
||||||
self.assertEqual('Dune', title)
|
self.assertEqual('Dune', title)
|
||||||
self.assertEqual(None, year)
|
self.assertEqual(None, year)
|
||||||
|
|
Loading…
Reference in a new issue