Fixed issue with scene exception tests

This commit is contained in:
echel0n 2014-11-22 07:18:35 -08:00
parent 04a83ac3fb
commit ed4c99b6f0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class SceneExceptionTestCase(test.SickbeardTestDBCase):
self.assertEqual(scene_exceptions.get_scene_exception_by_name('Carlos 2010'), (164451, -1))
def test_sceneExceptionByNameEmpty(self):
self.assertEqual(scene_exceptions.get_scene_exception_by_name('nothing useful'), None)
self.assertEqual(scene_exceptions.get_scene_exception_by_name('nothing useful'), (None, None))
def test_sceneExceptionsResetNameCache(self):
# clear the exceptions