diff options
-rw-r--r-- | tests/mock/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mock/__init__.py b/tests/mock/__init__.py index a72d1aa73..8c35c9c51 100644 --- a/tests/mock/__init__.py +++ b/tests/mock/__init__.py @@ -49,7 +49,7 @@ class TestCase(unittest.TestCase): oldname += m + "." self.injectedModules[mname] = mod - def tearDown(self): + def tearDownModules(self): """Unload previously Mocked modules""" import sys |