From b4c5ee8ccd321e07d089e466ba2fbdcf56472d1e Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 31 May 2012 22:31:34 -0700 Subject: [PATCH] fix typos in imdb test case --- modules/test/test_imdb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/test/test_imdb.py b/modules/test/test_imdb.py index d84a0e9..9e4279b 100644 --- a/modules/test/test_imdb.py +++ b/modules/test/test_imdb.py @@ -1,5 +1,5 @@ """ -test_imdb.py - tests for the imdb module module +test_imdb.py - tests for the imdb module author: mutantmonkey """ @@ -16,7 +16,7 @@ class TestImdb(unittest.TestCase): def setUp(self): self.phenny = MagicMock() - def test_imdb_seach(self): + def test_imdb_search(self): data = imdb_search('Hackers') assert 'Plot' in data