Revert error in test cases

This commit is contained in:
lomion 2021-03-05 10:14:28 +01:00
parent 09369395b9
commit 2c520ac3e9

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