Revert error in test cases
This commit is contained in:
parent
09369395b9
commit
2c520ac3e9
|
@ -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