diff --git a/test_tmdb.py b/test_tmdb.py index eab2605..f6005da 100644 --- a/test_tmdb.py +++ b/test_tmdb.py @@ -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)