Support for maubot 0.1.2

This commit is contained in:
lomion 2021-08-20 10:31:47 +02:00
parent 42555849b2
commit 5204ed5617

View file

@ -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)