diff --git a/tests/scene_helpers_tests.py b/tests/scene_helpers_tests.py index 74f7ccc5..f008930c 100644 --- a/tests/scene_helpers_tests.py +++ b/tests/scene_helpers_tests.py @@ -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