fix typos in imdb test case
parent
1b7ef76f15
commit
b4c5ee8ccd
|
@ -1,5 +1,5 @@
|
||||||
"""
|
"""
|
||||||
test_imdb.py - tests for the imdb module module
|
test_imdb.py - tests for the imdb module
|
||||||
author: mutantmonkey <mutantmonkey@mutantmonkey.in>
|
author: mutantmonkey <mutantmonkey@mutantmonkey.in>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ class TestImdb(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.phenny = MagicMock()
|
self.phenny = MagicMock()
|
||||||
|
|
||||||
def test_imdb_seach(self):
|
def test_imdb_search(self):
|
||||||
data = imdb_search('Hackers')
|
data = imdb_search('Hackers')
|
||||||
|
|
||||||
assert 'Plot' in data
|
assert 'Plot' in data
|
||||||
|
|
Loading…
Reference in New Issue