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):
|
def test_cast(self):
|
||||||
movie = TvShow()
|
movie = TvShow()
|
||||||
movie.search_title('The Flash')
|
movie.search_title('The Flash')
|
||||||
#self.assertEqual('Tom Cavanagh', movie.cast[0])
|
self.assertEqual('Tom Cavanagh', movie.cast[0])
|
||||||
self.assertEqual('Alex Désert', movie.cast[2])
|
#self.assertEqual('Alex Désert', movie.cast[2])
|
||||||
|
|
||||||
def test_poster_path(self):
|
def test_poster_path(self):
|
||||||
movie = Movie()
|
movie = Movie()
|
||||||
|
|
Loading…
Reference in a new issue