Added error in tests in order to verify CI

This commit is contained in:
lomion 2021-03-05 10:10:19 +01:00
parent 3bdc819c3a
commit 09369395b9

View file

@ -105,8 +105,8 @@ class TestTmdbMethods(unittest.TestCase):
def test_cast(self):
movie = TvShow()
movie.search_title('The Flash')
#self.assertEqual('Tom Cavanagh', movie.cast[0])
self.assertEqual('Alex Désert', movie.cast[2])
self.assertEqual('Tom Cavanagh', movie.cast[0])
#self.assertEqual('Alex Désert', movie.cast[2])
def test_poster_path(self):
movie = Movie()