fix typos in imdb test case

master
mutantmonkey 2012-05-31 22:31:34 -07:00
parent 1b7ef76f15
commit b4c5ee8ccd
1 changed files with 2 additions and 2 deletions

View File

@ -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