diff --git a/test_tmdb.py b/test_tmdb.py index 9bfc111..7df8667 100644 --- a/test_tmdb.py +++ b/test_tmdb.py @@ -87,7 +87,7 @@ class TestTmdbMethods(unittest.TestCase): self.assertEqual(id, 841) def test_split_year(self): - tmdb = TmdbBot("", "", "", "", "", "", "", "", "") + tmdb = TmdbBot("", "", "", "", "", "", "", "", "", "") title, year = tmdb.split_title_year('Dune') self.assertEqual('Dune', title) self.assertEqual(None, year)