Support for maubot 0.1.2
This commit is contained in:
parent
42555849b2
commit
5204ed5617
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue