switching back per docs
This commit is contained in:
@@ -77,5 +77,5 @@ class TestCase(unittest.TestCase):
|
||||
def tearDown(self):
|
||||
time.time = self._original_time
|
||||
super(TestCase, self).tearDown()
|
||||
self.mox.VerifyAll()
|
||||
self.mox.UnsetStubs()
|
||||
self.mox.VerifyAll()
|
||||
|
Reference in New Issue
Block a user