Added error in tests in order to verify CI
This commit is contained in:
parent
3bdc819c3a
commit
09369395b9
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue