From 5204ed561731cf6bcb23db7c64e7881dcda5c649 Mon Sep 17 00:00:00 2001 From: lomion Date: Fri, 20 Aug 2021 10:31:47 +0200 Subject: [PATCH] Support for maubot 0.1.2 --- test_tmdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)